Freigeben über


GalleryApplicationsOperationsExtensions.BeginUpdate Methode

Definition

Aktualisieren Sie eine Kataloganwendungsdefinition.

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

Parameter

operations
IGalleryApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Katalogs für freigegebene Anwendungen, in dem die Anwendungsdefinition aktualisiert werden soll.

galleryApplicationName
String

Der Name der zu aktualisierenden Anwendungsdefinition des Katalogs. Die zulässigen Zeichen sind Alphabete und Zahlen, deren Punkte, Bindestriche und Punkte in der Mitte zulässig sind. Die maximale Länge beträgt 80 Zeichen.

galleryApplication
GalleryApplicationUpdate

Parameter, die für den Anwendungsvorgang des Updatekatalogs bereitgestellt werden.

Gibt zurück

Gilt für: