Share via


AzureWebCategoryCollection.GetAll(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: 2024-03-01
  • Resource: AzureWebCategoryResource
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