GetPrivateEndpointConnectionResult

data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val id: String, val linkIdentifier: String, val name: String, val privateEndpoint: PrivateEndpointResponse, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The private endpoint connection.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, linkIdentifier: String, name: String, privateEndpoint: PrivateEndpointResponse, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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 link identifier.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The private endpoint of the private endpoint connection

Link copied to clipboard
Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

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