Catalog コンストラクター

定義

オーバーロード

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 で使用できる課金プラン オプション。

terms
IList<String>

このリソースの利用可能な予約条件

locations
IList<String>
skuProperties
IList<SkuProperty>
restrictions
IList<SkuRestriction>

適用対象