PrivateEndpointConnectionResponse

data class PrivateEndpointConnectionResponse(val etag: String, val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)

Contains information about a private link resource.

Constructors

Link copied to clipboard
constructor(etag: String, groupIds: List<String>, id: String, name: String, privateEndpoint: PrivateEndpointResponse, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ETag of the resource, used for concurrency statements.

Link copied to clipboard

The value has one and only one group id.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The private endpoint of the private endpoint connection.

Link copied to clipboard

The private link service connection state of the private endpoint connection

Link copied to clipboard
Link copied to clipboard

The type of the resource.