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
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
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
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
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
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
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
GetDedicatedCapacitiesAsync(SubscriptionResource, CancellationToken)

Lists all the Dedicated capacities for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities
  • Operation Id: Capacities_List
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
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
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
GetSkusCapacitiesAsync(SubscriptionResource, CancellationToken)

Lists eligible SKUs for PowerBI Dedicated resource provider.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus
  • Operation Id: Capacities_ListSkus

Applies to