SkuDescription コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 のレベル
- locationInfo
- IList<SkuLocationInfoItem>
場所とゾーン
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET