getDiskAccessAPrivateEndpointConnection

Gets information about a private endpoint connection under a disk access resource. Uses Azure REST API version 2022-07-02. Other available API versions: 2023-01-02, 2023-04-02, 2023-10-02, 2024-03-02.

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