Catalog コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Catalog() |
Catalog クラスの新しいインスタンスを初期化します。 |
Catalog(String, String, IDictionary<String,IList<String>>, IList<String>, IList<String>, IList<SkuProperty>, IList<SkuRestriction>) |
Catalog クラスの新しいインスタンスを初期化します。 |
Catalog()
Catalog クラスの新しいインスタンスを初期化します。
public Catalog ();
Public Sub New ()
適用対象
Catalog(String, String, IDictionary<String,IList<String>>, IList<String>, IList<String>, IList<SkuProperty>, IList<SkuRestriction>)
Catalog クラスの新しいインスタンスを初期化します。
public Catalog (string resourceType = default, string name = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> billingPlans = default, System.Collections.Generic.IList<string> terms = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SkuProperty> skuProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SkuRestriction> restrictions = default);
new Microsoft.Azure.Management.Reservations.Models.Catalog : string * string * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SkuProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.SkuRestriction> -> Microsoft.Azure.Management.Reservations.Models.Catalog
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional billingPlans As IDictionary(Of String, IList(Of String)) = Nothing, Optional terms As IList(Of String) = Nothing, Optional locations As IList(Of String) = Nothing, Optional skuProperties As IList(Of SkuProperty) = Nothing, Optional restrictions As IList(Of SkuRestriction) = Nothing)
パラメーター
- resourceType
- String
SKU が適用されるリソースの種類。
- name
- String
SKU の名前
- billingPlans
- IDictionary<String,IList<String>>
この SKU で使用できる課金プラン オプション。
- skuProperties
- IList<SkuProperty>
- restrictions
- IList<SkuRestriction>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET