IAccountOperations.GetAsync Method (String, String, CancellationToken)

 

The Get operation gets detailed information about the specified Batch account.

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

Syntax

Task<BatchAccountGetResponse> GetAsync(
    string resourceGroupName,
    string accountName,
    CancellationToken cancellationToken
)
Task<BatchAccountGetResponse^>^ GetAsync(
    String^ resourceGroupName,
    String^ accountName,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        resourceGroupName:string *
        accountName:string *
        cancellationToken:CancellationToken -> Task<BatchAccountGetResponse>
Function GetAsync (
    resourceGroupName As String,
    accountName As String,
    cancellationToken As CancellationToken
) As Task(Of BatchAccountGetResponse)

Parameters

  • resourceGroupName
    Type: System.String

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

Return Value

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

Values returned by the Get operation.

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top