Bagikan melalui


BatchAccountOperationsExtensions.Update Method

Definition

Updates the properties of an existing Batch account.

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

Parameters

operations
IBatchAccountOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

parameters
BatchAccountUpdateParameters

Additional parameters for account update.

Returns

Applies to