GalleryImageIdentifier 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
GalleryImageIdentifier() |
Initialise une nouvelle instance de la classe GalleryImageIdentifier. |
GalleryImageIdentifier(String, String, String) |
Initialise une nouvelle instance de la classe GalleryImageIdentifier. |
GalleryImageIdentifier()
Initialise une nouvelle instance de la classe GalleryImageIdentifier.
public GalleryImageIdentifier ();
Public Sub New ()
S’applique à
GalleryImageIdentifier(String, String, String)
Initialise une nouvelle instance de la classe GalleryImageIdentifier.
public GalleryImageIdentifier (string publisher, string offer, string sku);
new Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier : string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier
Public Sub New (publisher As String, offer As String, sku As String)
Paramètres
- publisher
- String
Nom de l’éditeur de définition d’image de galerie.
- offer
- String
Nom de l’offre de définition d’image de la galerie.
- sku
- String
Nom de la référence SKU de définition d’image de la galerie.
S’applique à
Azure SDK for .NET