Freigeben über


ApplicationGatewayResource.GetApplicationGatewayPrivateLinkResourcesAsync Methode

Definition

Listet alle Private Link-Ressourcen auf einem Anwendungsgateway auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateLinkResources
  • Vorgang 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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ApplicationGatewayPrivateLinkResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: