getDiskAccessAPrivateEndpointConnection

Gets information about a private endpoint connection under a disk access resource. API Version: 2020-12-01.

Return

The Private Endpoint Connection resource.

Parameters

argument

null


suspend fun getDiskAccessAPrivateEndpointConnection(diskAccessName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetDiskAccessAPrivateEndpointConnectionResult

Return

The Private Endpoint Connection resource.

Parameters

diskAccessName

The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

privateEndpointConnectionName

The name of the private endpoint connection

resourceGroupName

The name of the resource group.

See also


Return

The Private Endpoint Connection resource.

Parameters

argument

Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetDiskAccessAPrivateEndpointConnectionPlainArgs.

See also