Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val groupId: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointPropertyResponse, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStatePropertyResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
A private endpoint connection
Constructors
Link copied to clipboard
fun GetPrivateEndpointConnectionResult(groupId: String, id: String, name: String, privateEndpoint: PrivateEndpointPropertyResponse, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStatePropertyResponse, provisioningState: String, systemData: SystemDataResponse, type: String)