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
constructor(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)
Properties
Link copied to clipboard
The identity of the resource.
Link copied to clipboard
The resource of private end point.
Link copied to clipboard
A collection of information about the state of the connection between service consumer and provider.
Link copied to clipboard
The provisioning state of the private endpoint connection resource.
Link copied to clipboard
The sku of the workspace.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.