Freigeben über


GalleryApplicationsOperationsExtensions.BeginUpdateAsync Methode

Definition

Aktualisieren einer Kataloganwendungsdefinition.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryApplication> BeginUpdateAsync (this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, Microsoft.Azure.Management.Compute.Models.GalleryApplicationUpdate galleryApplication, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryApplicationUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryApplication>
<Extension()>
Public Function BeginUpdateAsync (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplication As GalleryApplicationUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 Kataloganwendungsdefinition. Die zulässigen Zeichen sind Alphabete und Zahlen mit Punkten, Bindestrichen und Punkten, die 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: