Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val etag: String, val id: String? = null, val linkIdentifier: String, val name: String? = null, val privateEndpoint: PrivateEndpointResponse, val privateEndpointLocation: String, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)
PrivateEndpointConnection resource.
Constructors
Link copied to clipboard
fun PrivateEndpointConnectionResponse(etag: String, id: String? = null, linkIdentifier: String, name: String? = null, privateEndpoint: PrivateEndpointResponse, privateEndpointLocation: String, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, type: String)