DedicatedCapacityData(AzureLocation, CapacitySku) Constructor
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.
Initializes a new instance of DedicatedCapacityData.
public DedicatedCapacityData (Azure.Core.AzureLocation location, Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku sku);
new Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData : Azure.Core.AzureLocation * Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku -> Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData
Public Sub New (location As AzureLocation, sku As CapacitySku)
Parameters
- location
- AzureLocation
Location of the PowerBI Dedicated resource.
- sku
- CapacitySku
The SKU of the PowerBI Dedicated capacity resource.
Exceptions
sku
is null.