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


BatchAccountOperationsExtensions.Update Метод

Определение

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

public static Microsoft.Azure.Management.Batch.Models.BatchAccount Update(this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters parameters);
static member Update : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters -> Microsoft.Azure.Management.Batch.Models.BatchAccount
<Extension()>
Public Function Update (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, parameters As BatchAccountUpdateParameters) As BatchAccount

Параметры

operations
IBatchAccountOperations

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

resourceGroupName
String

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

accountName
String

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

parameters
BatchAccountUpdateParameters

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

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

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