Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val id: String, val identity: ManagedServiceIdentityResponse? = 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 PrivateEndpointConnectionResponse(id: String, identity: ManagedServiceIdentityResponse? = 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)