Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val id: String, val identity: IdentityResponse? = null, val location: String? = null, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The Private Endpoint Connection resource.
Constructors
Link copied to clipboard
fun GetPrivateEndpointConnectionResult(id: String, identity: IdentityResponse? = null, location: String? = null, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)