PrivateEndpointConnectionPropertiesResponse

data class PrivateEndpointConnectionPropertiesResponse(val privateEndpoint: ResourceIdResponse, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String)

Private endpoint connection properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARM id for the private endpoint resource corresponding to the connection.

Link copied to clipboard

State of the private endpoint connection.

Link copied to clipboard

Indicates whether there is an ongoing operation on the private endpoint.