Partilhar via


ApplicationGatewayResource.GetApplicationGatewayPrivateLinkResourcesAsync Método

Definição

Lista todos os recursos de link privado em um gateway de aplicativo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateLinkResources
  • Operação IdApplicationGatewayPrivateLinkResources_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource> GetApplicationGatewayPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
override this.GetApplicationGatewayPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
Public Overridable Function GetApplicationGatewayPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationGatewayPrivateLinkResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de ApplicationGatewayPrivateLinkResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a