Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val id: String, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: PrivateEndpointConnectionPropertiesResponse, systemData: SystemDataResponse, type: String)