ArmPowerBIDedicatedModelFactory.AutoScaleVCoreData Method
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 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);
static member AutoScaleVCoreData : string * string * string * Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.PowerBIDedicated.Models.SystemData * Azure.ResourceManager.PowerBIDedicated.Models.AutoScaleVCoreSku * Nullable<int> * string * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.VCoreProvisioningState> -> Azure.ResourceManager.PowerBIDedicated.AutoScaleVCoreData
Public Shared Function AutoScaleVCoreData (Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing, Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing, Optional sku As AutoScaleVCoreSku = Nothing, Optional capacityLimit As Nullable(Of Integer) = Nothing, Optional capacityObjectId As String = Nothing, Optional provisioningState As Nullable(Of VCoreProvisioningState) = Nothing) As AutoScaleVCoreData
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.
The SKU of the 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
Azure SDK for .NET