SkuDescription コンストラクター

定義

オーバーロード

SkuDescription()

SkuDescription クラスの新しいインスタンスを初期化します。

SkuDescription(String, String, String, IList<String>, IList<SkuLocationInfoItem>, IList<Object>)

SkuDescription クラスの新しいインスタンスを初期化します。

SkuDescription()

SkuDescription クラスの新しいインスタンスを初期化します。

public SkuDescription ();
Public Sub New ()

適用対象

SkuDescription(String, String, String, IList<String>, IList<SkuLocationInfoItem>, IList<Object>)

SkuDescription クラスの新しいインスタンスを初期化します。

public SkuDescription (string resourceType = default, string name = default, string tier = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.SkuLocationInfoItem> locationInfo = default, System.Collections.Generic.IList<object> restrictions = default);
new Microsoft.Azure.Management.Kusto.Models.SkuDescription : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.SkuLocationInfoItem> * System.Collections.Generic.IList<obj> -> Microsoft.Azure.Management.Kusto.Models.SkuDescription
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of SkuLocationInfoItem) = Nothing, Optional restrictions As IList(Of Object) = Nothing)

パラメーター

resourceType
String

リソースの種類

name
String

SKU の名前

tier
String

SKU のレベル

locations
IList<String>

SKU が使用可能な場所のセット

locationInfo
IList<SkuLocationInfoItem>

場所とゾーン

restrictions
IList<Object>

SKU を使用できないための制限

適用対象