PrivateEndpointConnectionResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The identity of the resource.

Link copied to clipboard
val location: String? = null

Specifies the location of the resource.

Link copied to clipboard

The name 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
val sku: SkuResponse? = null

The sku of the workspace.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Contains resource tags defined as key/value pairs.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"