AutoScaleVCoreCollection.GetAll(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
public virtual Azure.Pageable<Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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