ResourceTypeSkuCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the list of skus for the given resource type.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/skus
  • Operation Id: Skus_ListByResourceTypeRegistrations
public virtual Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ResourceTypeSkuResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ResourceTypeSkuResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ResourceTypeSkuResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceTypeSkuResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to