Sdílet prostřednictvím


PowerBIDedicatedExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.PowerBIDedicated.

public static class PowerBIDedicatedExtensions
type PowerBIDedicatedExtensions = class
Public Module PowerBIDedicatedExtensions
Inheritance
PowerBIDedicatedExtensions

Methods

CheckNameAvailabilityCapacity(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken)

Check the name availability in the target location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability
  • Operation Id: Capacities_CheckNameAvailability
  • Default Api Version: 2021-01-01
  • Resource: DedicatedCapacityResource
CheckNameAvailabilityCapacityAsync(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken)

Check the name availability in the target location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability
  • Operation Id: Capacities_CheckNameAvailability
  • Default Api Version: 2021-01-01
  • Resource: DedicatedCapacityResource
GetAutoScaleVCore(ResourceGroupResource, String, CancellationToken)

Gets details about the specified auto scale v-core.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
  • Operation Id: AutoScaleVCores_Get
  • Default Api Version: 2021-01-01
  • Resource: AutoScaleVCoreResource
GetAutoScaleVCoreAsync(ResourceGroupResource, String, CancellationToken)

Gets details about the specified auto scale v-core.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/autoScaleVCores/{vcoreName}
  • Operation Id: AutoScaleVCores_Get
  • Default Api Version: 2021-01-01
  • Resource: AutoScaleVCoreResource
GetAutoScaleVCoreResource(ArmClient, ResourceIdentifier)

Gets an object representing an AutoScaleVCoreResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AutoScaleVCoreResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAutoScaleVCoreResource(ResourceIdentifier) instead.

GetAutoScaleVCores(ResourceGroupResource)

Gets a collection of AutoScaleVCoreResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAutoScaleVCores() instead.

GetAutoScaleVCores(SubscriptionResource, CancellationToken)

Lists all the auto scale v-cores for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
  • Operation Id: AutoScaleVCores_ListBySubscription
  • Default Api Version: 2021-01-01
  • Resource: AutoScaleVCoreResource
GetAutoScaleVCoresAsync(SubscriptionResource, CancellationToken)

Lists all the auto scale v-cores for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
  • Operation Id: AutoScaleVCores_ListBySubscription
  • Default Api Version: 2021-01-01
  • Resource: AutoScaleVCoreResource
GetDedicatedCapacities(ResourceGroupResource)

Gets a collection of DedicatedCapacityResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDedicatedCapacities() instead.

GetDedicatedCapacities(SubscriptionResource, CancellationToken)

Lists all the Dedicated capacities for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities
  • Operation Id: Capacities_List
  • Default Api Version: 2021-01-01
  • Resource: DedicatedCapacityResource
GetDedicatedCapacitiesAsync(SubscriptionResource, CancellationToken)

Lists all the Dedicated capacities for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities
  • Operation Id: Capacities_List
  • Default Api Version: 2021-01-01
  • Resource: DedicatedCapacityResource
GetDedicatedCapacity(ResourceGroupResource, String, CancellationToken)

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
GetDedicatedCapacityAsync(ResourceGroupResource, String, CancellationToken)

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
GetDedicatedCapacityResource(ArmClient, ResourceIdentifier)

Gets an object representing a DedicatedCapacityResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DedicatedCapacityResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDedicatedCapacityResource(ResourceIdentifier) instead.

GetSkusCapacities(SubscriptionResource, CancellationToken)

Lists eligible SKUs for PowerBI Dedicated resource provider.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus
  • Operation Id: Capacities_ListSkus
  • Default Api Version: 2021-01-01
  • Resource: DedicatedCapacityResource
GetSkusCapacitiesAsync(SubscriptionResource, CancellationToken)

Lists eligible SKUs for PowerBI Dedicated resource provider.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus
  • Operation Id: Capacities_ListSkus
  • Default Api Version: 2021-01-01
  • Resource: DedicatedCapacityResource

Applies to