Get Private Endpoint Connection Proxy Result
data class GetPrivateEndpointConnectionProxyResult(val azureApiVersion: String, val etag: String? = null, val id: String, val name: String, val properties: PrivateEndpointConnectionProxyPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Represents private endpoint connection proxy request.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, name: String, properties: PrivateEndpointConnectionProxyPropertiesResponse, systemData: SystemDataResponse, type: String)