Поделиться через


BatchAccountOperationsExtensions.UpdateAsync Метод

Определение

Обновления свойства существующей учетной записи пакетной службы.

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

Параметры

operations
IBatchAccountOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, содержащей учетную запись пакетной службы.

accountName
String

Имя учетной записи пакетной службы.

parameters
BatchAccountUpdateParameters

Дополнительные параметры для обновления учетной записи.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Применяется к