次の方法で共有


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.MixedReality.Models.ResourceModelWithAllowedPropertySetPlan : string * string * string * string * string -> Microsoft.Azure.Management.MixedReality.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。 製品は、Data Market のオンボード時に成果物に対して指定された OfferID にマップされます。

promotionCode
String

発行元は、その製品/成果物に対して Data Market でプロビジョニングされたプロモーション コードを提供しました。

version
String

目的の製品/成果物のバージョン。

適用対象