Get Private Endpoint Connection Proxy Result
data class GetPrivateEndpointConnectionProxyResult(val azureApiVersion: String, 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(azureApiVersion: String, eTag: String, id: String, name: String, provisioningState: String, remotePrivateEndpoint: RemotePrivateEndpointResponse? = null, status: String? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The provisioning state of the private endpoint connection proxy resource.
Link copied to clipboard
Remote private endpoint details.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.