IAccountOperations.UpdateAsync Method (String, String, BatchAccountUpdateParameters, CancellationToken)

 

The Update operation updates the properties of an existing Batch account in the specified resource group.

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

Syntax

Task<BatchAccountUpdateResponse> UpdateAsync(
    string resourceGroupName,
    string accountName,
    BatchAccountUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<BatchAccountUpdateResponse^>^ UpdateAsync(
    String^ resourceGroupName,
    String^ accountName,
    BatchAccountUpdateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract UpdateAsync : 
        resourceGroupName:string *
        accountName:string *
        parameters:BatchAccountUpdateParameters *
        cancellationToken:CancellationToken -> Task<BatchAccountUpdateResponse>
Function UpdateAsync (
    resourceGroupName As String,
    accountName As String,
    parameters As BatchAccountUpdateParameters,
    cancellationToken As CancellationToken
) As Task(Of BatchAccountUpdateResponse)

Parameters

  • resourceGroupName
    Type: System.String

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

Return Value

Type: System.Threading.Tasks.Task<BatchAccountUpdateResponse>

Values returned by the Update operation.

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top