Private Endpoint Connection Item Response
data class PrivateEndpointConnectionItemResponse(val etag: String? = null, val id: String? = null, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String)
Private endpoint connection item.
Constructors
Link copied to clipboard
constructor(etag: String? = null, id: String? = null, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String)