Freigeben über


GalleryApplicationVersionsOperationsExtensions.BeginUpdate Methode

Definition

Aktualisieren sie eine Kataloganwendungsversion.

public static Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion BeginUpdate (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionUpdate galleryApplicationVersion);
static member BeginUpdate : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionUpdate -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion
<Extension()>
Public Function BeginUpdate (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 des Katalogs Anwendungsdefinition, in dem die Anwendungsversion aktualisiert werden soll.

galleryApplicationVersionName
String

Der Name der zu aktualisierenden Kataloganwendungsversion. Muss dem semantischen Versionsnamenmuster folgen: Die zulässigen Zeichen sind Ziffern 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: