DedicatedCapacityData(AzureLocation, CapacitySku) Constructor

Definition

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

The geo-location where the resource lives.

sku
CapacitySku

The SKU of the PowerBI Dedicated capacity resource.

Exceptions

sku is null.

Applies to