GalleriesOperationsExtensions.BeginCreateOrUpdate Méthode
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.
Créez ou mettez à jour un Shared Image Gallery.
public static Microsoft.Azure.Management.Compute.Models.Gallery BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, Microsoft.Azure.Management.Compute.Models.Gallery gallery);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * Microsoft.Azure.Management.Compute.Models.Gallery -> Microsoft.Azure.Management.Compute.Models.Gallery
<Extension()>
Public Function BeginCreateOrUpdate (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, gallery As Gallery) As Gallery
Paramètres
- operations
- IGalleriesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- galleryName
- String
Nom du Shared Image Gallery. Les caractères autorisés sont des alphabets et des nombres avec des points et des points autorisés au milieu. La longueur maximale est de 80 caractères.
- gallery
- Gallery
Paramètres fournis à l’opération de création ou de mise à jour Shared Image Gallery.
Retours
S’applique à
Azure SDK for .NET