다음을 통해 공유


PrivateLinkResourcesOperationsExtensions.ListAsync Method

Definition

List private link resources for given Digital Twin.

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

Parameters

operations
IPrivateLinkResourcesOperations

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