NestedResourceTypeSecondSkuCollection.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}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/skus
  • Operation Id: Skus_ListByResourceTypeRegistrationsNestedResourceTypeSecond
public virtual Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NestedResourceTypeSecondSkuResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to