Share via


ArmPowerBIDedicatedModelFactory.AutoScaleVCoreData Method

Definition

Initializes a new instance of AutoScaleVCoreData.

public static Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreData AutoScaleVCoreData (string id = default, string name = default, string resourceType = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.PowerBIDedicated.Models.SystemData systemData = default, Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCoreSku sku = default, int? capacityLimit = default, string capacityObjectId = default, Azure.ResourceManager.PowerBIDedicated.Models.VCoreProvisioningState? provisioningState = default);

Parameters

id
String

An identifier that represents the PowerBI Dedicated resource.

name
String

The name of the PowerBI Dedicated resource.

resourceType
String

The type of the PowerBI Dedicated resource.

location
AzureLocation

Location of the PowerBI Dedicated resource.

tags
IDictionary<String,String>

Key-value pairs of additional resource provisioning properties.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

sku
AutoScaleVCoreSku

The SKU of the auto scale v-core resource.

capacityLimit
Nullable<Int32>

The maximum capacity of an auto scale v-core resource.

capacityObjectId
String

The object ID of the capacity resource associated with the auto scale v-core resource.

provisioningState
Nullable<VCoreProvisioningState>

The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.

Returns

A new AutoScaleVCoreData instance for mocking.

Applies to