次の方法で共有


ArmPowerBIDedicatedModelFactory.AutoScaleVCoreData メソッド

定義

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

パラメーター

id
String

PowerBI 専用リソースを表す識別子。

name
String

PowerBI 専用リソースの名前。

resourceType
String

PowerBI 専用リソースの種類。

location
AzureLocation

PowerBI 専用リソースの場所。

tags
IDictionary<String,String>

追加のリソース プロビジョニング プロパティのキーと値のペア。

systemData
SystemData

リソースの作成と最後の変更に関連するメタデータ。

sku
AutoScaleVCoreSku

自動スケーリング v コア リソースの SKU。

capacityLimit
Nullable<Int32>

自動スケーリング v コア リソースの最大容量。

capacityObjectId
String

自動スケーリング v コア リソースに関連付けられている容量リソースのオブジェクト ID。

provisioningState
Nullable<VCoreProvisioningState>

自動スケーリング v コア リソースの現在のデプロイ状態。 provisioningState は、リソース プロビジョニングの状態を示します。

戻り値

モック作成用の新しい AutoScaleVCoreData インスタンス。

適用対象