Freigeben über


AzureWebCategoryCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Azure-Webkategorien in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureWebCategories
  • Vorgang IdWebCategories_ListBySubscription
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.AzureWebCategoryResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.AzureWebCategoryResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.AzureWebCategoryResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AzureWebCategoryResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: