Share via


AzureWebCategoryCollection.GetAllAsync(CancellationToken) Method

Definition

Gets all the Azure Web Categories in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/azureWebCategories
  • Operation Id: WebCategories_ListBySubscription
  • Default Api Version: 2023-09-01
  • Resource: AzureWebCategoryResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AzureWebCategoryResource that may take multiple service requests to iterate over.

Applies to