다음을 통해 공유


PrivateEndpointConnectionsOperationsExtensions.ListAsync Method

Definition

List private endpoint connection properties.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionsResponse> ListAsync (this Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionsResponse>
<Extension()>
Public Function ListAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionsResponse)

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the DigitalTwinsInstance.

resourceName
String

The name of the DigitalTwinsInstance.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to