Get Private Endpoint Connection Controller Private Endpoint Connection Result
data class GetPrivateEndpointConnectionControllerPrivateEndpointConnectionResult(val azureApiVersion: String, val eTag: String, val id: String, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse, val systemData: SystemDataResponse, val type: String)
REST model used to encapsulate the user visible state of a PrivateEndpoint.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, eTag: String, id: String, name: String, properties: PrivateEndpointConnectionPropertiesResponse, systemData: SystemDataResponse, type: String)