Freigeben über


GalleryApplicationVersionsOperationsExtensions.Update Methode

Definition

Aktualisieren einer Kataloganwendungsversion.

public static Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion Update (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionUpdate galleryApplicationVersion);
static member Update : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionUpdate -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion
<Extension()>
Public Function Update (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplicationVersionName As String, galleryApplicationVersion As GalleryApplicationVersionUpdate) As GalleryApplicationVersion

Parameter

operations
IGalleryApplicationVersionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Katalogs für freigegebene Anwendungen, in dem sich die Anwendungsdefinition befindet.

galleryApplicationName
String

Der Name der Kataloganwendungsdefinition, in der die Anwendungsversion aktualisiert werden soll.

galleryApplicationVersionName
String

Der Name der zu aktualisierenden Anwendungsversion des Katalogs. Muss dem semantischen Versionsnamenmuster folgen: Die zulässigen Zeichen sind Ziffer und Punkt. Ziffern müssen innerhalb des Bereichs einer 32-Bit-Ganzzahl liegen. Format: <MajorVersion>.< MinorVersion>.< Patch>

galleryApplicationVersion
GalleryApplicationVersionUpdate

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

Gibt zurück

Gilt für: