GalleryExtendedLocation 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
GalleryExtendedLocation() |
Initialise une nouvelle instance de la classe GalleryExtendedLocation. |
GalleryExtendedLocation(String, String) |
Initialise une nouvelle instance de la classe GalleryExtendedLocation. |
GalleryExtendedLocation()
Initialise une nouvelle instance de la classe GalleryExtendedLocation.
public GalleryExtendedLocation ();
Public Sub New ()
S’applique à
GalleryExtendedLocation(String, String)
Initialise une nouvelle instance de la classe GalleryExtendedLocation.
public GalleryExtendedLocation (string name = default, string type = default);
new Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation : string * string -> Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing)
Paramètres
- name
- String
- type
- String
Les valeurs possibles sont les suivantes : « EdgeZone », « Unknown »
S’applique à
Azure SDK for .NET