AutoScaleVCoreData(AzureLocation, AutoScaleVCoreSku) 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 AutoScaleVCoreData.
public AutoScaleVCoreData (Azure.Core.AzureLocation location, Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCoreSku sku);
new Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreData : Azure.Core.AzureLocation * Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCoreSku -> Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreData
Public Sub New (location As AzureLocation, sku As AutoScaleVCoreSku)
Parameters
- location
- AzureLocation
Location of the PowerBI Dedicated resource.
The SKU of the auto scale v-core resource.
Exceptions
sku
is null.