AccountOperationsExtensions.Update Method (IAccountOperations, String, String, BatchAccountUpdateParameters)

 

Updates the properties of an existing Batch account.

Namespace:   Microsoft.Azure.Management.Batch
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public static AccountResource Update(
    this IAccountOperations operations,
    string resourceGroupName,
    string accountName,
    BatchAccountUpdateParameters parameters
)
public:
[ExtensionAttribute]
static AccountResource^ Update(
    IAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    BatchAccountUpdateParameters^ parameters
)
static member Update : 
        operations:IAccountOperations *
        resourceGroupName:string *
        accountName:string *
        parameters:BatchAccountUpdateParameters -> AccountResource
<ExtensionAttribute>
Public Shared Function Update (
    operations As IAccountOperations,
    resourceGroupName As String,
    accountName As String,
    parameters As BatchAccountUpdateParameters
) As AccountResource

Parameters

  • resourceGroupName
    Type: System.String

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

Return Value

Type: Microsoft.Azure.Management.Batch.Models.AccountResource

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top