PowerBIDedicatedExtensions Class
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.
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.
|
CheckNameAvailabilityCapacityAsync(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken) |
Check the name availability in the target location.
|
GetAutoScaleVCore(ResourceGroupResource, String, CancellationToken) |
Gets details about the specified auto scale v-core.
|
GetAutoScaleVCoreAsync(ResourceGroupResource, String, CancellationToken) |
Gets details about the specified auto scale v-core.
|
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.
|
GetAutoScaleVCoresAsync(SubscriptionResource, CancellationToken) |
Lists all the auto scale v-cores for the given subscription.
|
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.
|
GetDedicatedCapacitiesAsync(SubscriptionResource, CancellationToken) |
Lists all the Dedicated capacities for the given subscription.
|
GetDedicatedCapacity(ResourceGroupResource, String, CancellationToken) |
Gets details about the specified dedicated capacity.
|
GetDedicatedCapacityAsync(ResourceGroupResource, String, CancellationToken) |
Gets details about the specified dedicated capacity.
|
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.
|
GetSkusCapacitiesAsync(SubscriptionResource, CancellationToken) |
Lists eligible SKUs for PowerBI Dedicated resource provider.
|
Applies to
Azure SDK for .NET