Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val etag: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, 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, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, type: String)