Remote Private Endpoint Connection Response
data class RemotePrivateEndpointConnectionResponse(val privateEndpoint: ArmIdWrapperResponse? = null, val privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, val provisioningState: String)
A remote private endpoint connection
Constructors
Link copied to clipboard
constructor(privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, provisioningState: String)