DedicatedCapacityResource.GetSkusForCapacityAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists eligible SKUs for a PowerBI Dedicated resource.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/skus.
- Operation Id. : Capacities_ListSkusForCapacity.
- Default Api Version. : 2021-01-01.
- Resource. : DedicatedCapacityResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.PowerBIDedicated.Models.SkuDetails> GetSkusForCapacityAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSkusForCapacityAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PowerBIDedicated.Models.SkuDetails>
override this.GetSkusForCapacityAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PowerBIDedicated.Models.SkuDetails>
Public Overridable Function GetSkusForCapacityAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SkuDetails)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SkuDetails that may take multiple service requests to iterate over.