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