Partager via


ImagePurchasePlan Constructeurs

Définition

Surcharges

ImagePurchasePlan()

Initialise une nouvelle instance de la classe ImagePurchasePlan.

ImagePurchasePlan(String, String, String)

Initialise une nouvelle instance de la classe ImagePurchasePlan.

ImagePurchasePlan()

Initialise une nouvelle instance de la classe ImagePurchasePlan.

public ImagePurchasePlan ();
Public Sub New ()

S’applique à

ImagePurchasePlan(String, String, String)

Initialise une nouvelle instance de la classe 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)

Paramètres

name
String

ID de plan.

publisher
String

ID de l’éditeur.

product
String

ID de produit.

S’applique à