AzureWebCategoryCollection.GetAll(CancellationToken) Method

Definition

Gets all the Azure Web Categories in a subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Network/azureWebCategories.
  • Operation Id. : AzureWebCategories_ListBySubscription.
  • Default Api Version. : 2025-07-01.
public virtual Azure.Pageable<Azure.ResourceManager.Network.AzureWebCategoryResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.AzureWebCategoryResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.AzureWebCategoryResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AzureWebCategoryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to