Private Endpoint Connection Response Properties Response
data class PrivateEndpointConnectionResponsePropertiesResponse(val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String)
Represents Private endpoint connection response properties.
Constructors
Link copied to clipboard
constructor(privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String)