GalleryApplicationsOperationsExtensions.BeginCreateOrUpdateAsync 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 une définition d’application de galerie.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner galleryApplication, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationsOperations * string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplication As GalleryApplicationInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryApplicationInner)
Paramètres
- operations
- IGalleryApplicationsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- galleryName
- String
Nom de la galerie d’applications partagées dans laquelle la définition d’application doit être créée.
- galleryApplicationName
- String
Nom de la définition d’application de la galerie à créer ou à mettre à jour. Les caractères autorisés sont des alphabets et des nombres avec des points, des tirets et des points autorisés au milieu. La longueur maximale est de 80 caractères.
- galleryApplication
- GalleryApplicationInner
Paramètres fournis à l’opération de création ou de mise à jour de l’application de galerie.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET