PrivateEndpointConnectionProxyPropertiesResponse

data class PrivateEndpointConnectionProxyPropertiesResponse(val provisioningState: String, val remotePrivateEndpoint: RemotePrivateEndpointResponse? = null)

Represents private endpoint connection proxy request.

Constructors

constructor(provisioningState: String, remotePrivateEndpoint: RemotePrivateEndpointResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the provisioning state of the private endpoint connection proxy.

Link copied to clipboard

Represent remote private endpoint information for the private endpoint connection proxy.