共用方式為


ApplicationOperationsExtensions.UpdateAsync 方法

定義

更新指定應用程式的設定。

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)

參數

operations
IApplicationOperations

這個擴充方法的作業群組。

resourceGroupName
String

包含 Batch 帳戶的資源組名。

accountName
String

Batch 帳戶的名稱。

applicationName
String

應用程式的名稱。 這在帳戶內必須是唯一的。

parameters
Application

要求的參數。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於