DedicatedCapacityResource.Get(CancellationToken) Method

Definition

Gets details about the specified dedicated capacity.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to