Private Endpoint Connection Proxy Properties Response
data class PrivateEndpointConnectionProxyPropertiesResponse(val provisioningState: String, val remotePrivateEndpoint: RemotePrivateEndpointResponse? = null)
Represents private endpoint connection proxy request.
Constructors
Link copied to clipboard
constructor(provisioningState: String, remotePrivateEndpoint: RemotePrivateEndpointResponse? = null)