get Disk Access APrivate Endpoint Connection
suspend fun getDiskAccessAPrivateEndpointConnection(argument: GetDiskAccessAPrivateEndpointConnectionPlainArgs): GetDiskAccessAPrivateEndpointConnectionResult
Gets information about a private endpoint connection under a disk access resource. Azure REST API version: 2022-07-02. Other available API versions: 2023-01-02, 2023-04-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.
See also
Parameters
disk Access Name
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.
private Endpoint Connection Name
The name of the private endpoint connection.
resource Group Name
The name of the resource group.
suspend fun getDiskAccessAPrivateEndpointConnection(argument: suspend GetDiskAccessAPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetDiskAccessAPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetDiskAccessAPrivateEndpointConnectionPlainArgs.