Partager via


GalleryApplicationsOperationsExtensions.CreateOrUpdate Méthode

Définition

Créez ou mettez à jour une définition d’application de galerie.

public static Microsoft.Azure.Management.Compute.Models.GalleryApplication CreateOrUpdate (this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, Microsoft.Azure.Management.Compute.Models.GalleryApplication galleryApplication);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryApplication -> Microsoft.Azure.Management.Compute.Models.GalleryApplication
<Extension()>
Public Function CreateOrUpdate (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplication As GalleryApplication) As GalleryApplication

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
GalleryApplication

Paramètres fournis à l’opération d’application de création ou de mise à jour de la galerie.

Retours

S’applique à