Freigeben über


GalleryApplicationVersionsOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren sie eine Kataloganwendungsversion.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionInner> UpdateAsync (this Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionUpdate galleryApplicationVersion, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationVersionsOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionInner>
<Extension()>
Public Function UpdateAsync (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplicationVersionName As String, galleryApplicationVersion As GalleryApplicationVersionUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryApplicationVersionInner)

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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: