Freigeben über


ApplicationOperationsExtensions.UpdateAsync Methode

Definition

Aktualisierungen Einstellungen für die angegebene Anwendung.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application> UpdateAsync (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string resourceGroupName, string accountName, string applicationName, Microsoft.Azure.Management.Batch.Models.Application parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Batch.IApplicationOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Application * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application>
<Extension()>
Public Function UpdateAsync (operations As IApplicationOperations, resourceGroupName As String, accountName As String, applicationName As String, parameters As Application, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Application)

Parameter

operations
IApplicationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die das Batch-Konto enthält.

accountName
String

Der Name des Batch-Kontos.

applicationName
String

Der Namen der Anwendung. Dies muss innerhalb des Kontos eindeutig sein.

parameters
Application

Die Parameter für die Anforderung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: