次の方法で共有


ImagePurchasePlan コンストラクター

定義

オーバーロード

ImagePurchasePlan()

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

ImagePurchasePlan(String, String, String)

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

ImagePurchasePlan()

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

public ImagePurchasePlan ();
Public Sub New ()

適用対象

ImagePurchasePlan(String, String, String)

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

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

パラメーター

name
String

プラン ID。

publisher
String

発行元 ID。

product
String

製品 ID。

適用対象