Share via


Plan コンストラクター

定義

オーバーロード

Plan()

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

Plan(String, String, String, String)

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

Plan()

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

public Plan ();
Public Sub New ()

適用対象

Plan(String, String, String, String)

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

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

パラメーター

name
String

プラン ID。

publisher
String

発行元 ID。

product
String

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

promotionCode
String

販売促進コード。

適用対象