Freigeben über


ApplicationGatewayPrivateLinkResourcesOperationsExtensions.ListAsync Methode

Definition

Listet alle Private Link-Ressourcen auf einem Anwendungsgateway auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkResource>> ListAsync (this Microsoft.Azure.Management.Network.IApplicationGatewayPrivateLinkResourcesOperations operations, string resourceGroupName, string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IApplicationGatewayPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkResource>>
<Extension()>
Public Function ListAsync (operations As IApplicationGatewayPrivateLinkResourcesOperations, resourceGroupName As String, applicationGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationGatewayPrivateLinkResource))

Parameter

operations
IApplicationGatewayPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

applicationGatewayName
String

Der Name des Anwendungsgateways.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: