Partager via


ArmPowerBIDedicatedModelFactory.AutoScaleVCoreData Méthode

Définition

Initialise une nouvelle instance d’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

Paramètres

id
String

Identificateur qui représente la ressource PowerBI Dedicated.

name
String

Nom de la ressource PowerBI Dedicated.

resourceType
String

Type de la ressource PowerBI Dedicated.

location
AzureLocation

Emplacement de la ressource PowerBI Dedicated.

tags
IDictionary<String,String>

Paires clé-valeur de propriétés d’approvisionnement de ressources supplémentaires.

systemData
SystemData

Métadonnées relatives à la création et à la dernière modification de la ressource.

sku
AutoScaleVCoreSku

Référence SKU de la ressource v-core de mise à l’échelle automatique.

capacityLimit
Nullable<Int32>

Capacité maximale d’une ressource v-core à mise à l’échelle automatique.

capacityObjectId
String

ID d’objet de la ressource de capacité associée à la ressource v-core de mise à l’échelle automatique.

provisioningState
Nullable<VCoreProvisioningState>

État de déploiement actuel d’une ressource v-core à mise à l’échelle automatique. ProvisioningState indique les états pour l’approvisionnement des ressources.

Retours

Une nouvelle AutoScaleVCoreData instance pour se moquer.

S’applique à