Partager via


ApplicationGatewayPrivateLinkResourcesOperationsExtensions.ListAsync Méthode

Définition

Répertorie toutes les ressources de liaison privée sur une passerelle d’application.

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))

Paramètres

operations
IApplicationGatewayPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

applicationGatewayName
String

Nom de la passerelle Application Gateway.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à