PrivateEndpointConnectionResponsePropertiesResponse

data class PrivateEndpointConnectionResponsePropertiesResponse(val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String)

Represents Private endpoint connection response properties.

Constructors

constructor(privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represent private Endpoint network resource that is linked to the Private Endpoint connection.

Link copied to clipboard

Represents Private link service connection state.

Link copied to clipboard

Gets or sets provisioning state of the private endpoint connection.