Get Private Endpoint Connection Proxy Result
data class GetPrivateEndpointConnectionProxyResult(val eTag: String, val id: String, val name: String, val provisioningState: String, val remotePrivateEndpoint: RemotePrivateEndpointResponse? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String)
Private endpoint connection proxy details.
Constructors
Link copied to clipboard
constructor(eTag: String, id: String, name: String, provisioningState: String, remotePrivateEndpoint: RemotePrivateEndpointResponse? = null, status: String? = null, systemData: SystemDataResponse, type: String)