Gallery 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
Gallery() |
Initialise une nouvelle instance de la classe Gallery. |
Gallery(String, String, String, String, IDictionary<String,String>, String, GalleryIdentifier, String, SharingProfile, SoftDeletePolicy, SharingStatus) |
Initialise une nouvelle instance de la classe Gallery. |
Gallery()
Initialise une nouvelle instance de la classe Gallery.
public Gallery ();
Public Sub New ()
S’applique à
Gallery(String, String, String, String, IDictionary<String,String>, String, GalleryIdentifier, String, SharingProfile, SoftDeletePolicy, SharingStatus)
Initialise une nouvelle instance de la classe Gallery.
public Gallery (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, Microsoft.Azure.Management.Compute.Models.GalleryIdentifier identifier = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.SharingProfile sharingProfile = default, Microsoft.Azure.Management.Compute.Models.SoftDeletePolicy softDeletePolicy = default, Microsoft.Azure.Management.Compute.Models.SharingStatus sharingStatus = default);
new Microsoft.Azure.Management.Compute.Models.Gallery : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Compute.Models.GalleryIdentifier * string * Microsoft.Azure.Management.Compute.Models.SharingProfile * Microsoft.Azure.Management.Compute.Models.SoftDeletePolicy * Microsoft.Azure.Management.Compute.Models.SharingStatus -> Microsoft.Azure.Management.Compute.Models.Gallery
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional identifier As GalleryIdentifier = Nothing, Optional provisioningState As String = Nothing, Optional sharingProfile As SharingProfile = Nothing, Optional softDeletePolicy As SoftDeletePolicy = Nothing, Optional sharingStatus As SharingStatus = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- id
- String
ID de ressource
- name
- String
Nom de la ressource
- type
- String
Type de ressource
- tags
- IDictionary<String,String>
Balises de ressource
- description
- String
Description de cette ressource Shared Image Gallery. Cette propriété peut être mise à jour.
- identifier
- GalleryIdentifier
- provisioningState
- String
Les valeurs possibles sont les suivantes : « Création », « Mise à jour », « Échec », « Réussi », « Suppression », « Migration »
- sharingProfile
- SharingProfile
- softDeletePolicy
- SoftDeletePolicy
- sharingStatus
- SharingStatus
S’applique à
Azure SDK for .NET