你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

适用于