AutoScaleVCoreCollection.GetAllAsync(CancellationToken) Method

Definition

Gets all the auto scale v-cores for the given resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores.
  • Operation Id. : AutoScaleVCores_ListByResourceGroup.
  • Default Api Version. : 2021-01-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutoScaleVCoreResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to