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

ResourceModelWithAllowedPropertySetPlan 构造函数

定义

重载

ResourceModelWithAllowedPropertySetPlan()

初始化 ResourceModelWithAllowedPropertySetPlan 类的新实例。

ResourceModelWithAllowedPropertySetPlan(String, String, String, String, String)

初始化 ResourceModelWithAllowedPropertySetPlan 类的新实例。

ResourceModelWithAllowedPropertySetPlan()

初始化 ResourceModelWithAllowedPropertySetPlan 类的新实例。

public ResourceModelWithAllowedPropertySetPlan ();
Public Sub New ()

适用于

ResourceModelWithAllowedPropertySetPlan(String, String, String, String, String)

初始化 ResourceModelWithAllowedPropertySetPlan 类的新实例。

public ResourceModelWithAllowedPropertySetPlan (string name, string publisher, string product, string promotionCode = default, string version = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceModelWithAllowedPropertySetPlan : string * string * string * string * string -> Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ResourceModelWithAllowedPropertySetPlan
Public Sub New (name As String, publisher As String, product As String, Optional promotionCode As String = Nothing, Optional version As String = Nothing)

参数

name
String

正在采购的第三方项目的用户定义的名称。

publisher
String

正在购买的第三方项目的发布者。 例如 NewRelic

product
String

正在采购的第三方项目。 例如 NewRelic。 产品映射到在数据市场载入时为项目指定的 OfferID。

promotionCode
String

发布者为所述产品/项目提供了数据市场中预配的促销代码。

version
String

所需产品/项目的版本。

适用于