次の方法で共有


PurchasePlan コンストラクター

定義

オーバーロード

PurchasePlan()

PurchasePlan クラスの新しいインスタンスを初期化します。

PurchasePlan(String, String, String)

PurchasePlan クラスの新しいインスタンスを初期化します。

PurchasePlan()

PurchasePlan クラスの新しいインスタンスを初期化します。

public PurchasePlan ();
Public Sub New ()

適用対象

PurchasePlan(String, String, String)

PurchasePlan クラスの新しいインスタンスを初期化します。

public PurchasePlan (string publisher, string name, string product);
new Microsoft.Azure.Management.Compute.Fluent.Models.PurchasePlan : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.Models.PurchasePlan
Public Sub New (publisher As String, name As String, product As String)

パラメーター

publisher
String

発行元 ID。

name
String

プラン ID。

product
String

マーケットプレースからのイメージの製品を指定します。 これは、imageReference 要素の下の Offer と同じ値です。

適用対象