IAccountOperations.UpdateWithHttpMessagesAsync Method (String, String, BatchAccountUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

 

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

Task<AzureOperationResponse<AccountResource>> UpdateWithHttpMessagesAsync(
    string resourceGroupName,
    string accountName,
    BatchAccountUpdateParameters parameters,
    Dictionary<string, List<string>> customHeaders = null,
    CancellationToken cancellationToken = null
)
Task<AzureOperationResponse<AccountResource^>^>^ UpdateWithHttpMessagesAsync(
    String^ resourceGroupName,
    String^ accountName,
    BatchAccountUpdateParameters^ parameters,
    Dictionary<String^, List<String^>^>^ customHeaders = null,
    CancellationToken cancellationToken = null
)
abstract UpdateWithHttpMessagesAsync : 
        resourceGroupName:string *
        accountName:string *
        parameters:BatchAccountUpdateParameters *
        customHeaders:Dictionary<string, List<string>> = null *
        cancellationToken:CancellationToken = null -> Task<AzureOperationResponse<AccountResource>>
Function UpdateWithHttpMessagesAsync (
    resourceGroupName As String,
    accountName As String,
    parameters As BatchAccountUpdateParameters,
    customHeaders As Dictionary(Of String, List(Of String)),
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse(Of AccountResource))

Parameters

  • resourceGroupName
    Type: System.String

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

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse<AccountResource>>

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top