Freigeben über


GalleryApplicationsOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren Sie eine Kataloganwendungsdefinition.

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

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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: