Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String? = null)
Private Endpoint Connection Response Properties
Constructors
Link copied to clipboard
constructor(privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String? = null)