ImagePurchasePlan Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET