AccountOperationsExtensions.GetAsync Method (IAccountOperations, String, String, CancellationToken)

 

Gets information about the specified Batch account.

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

Syntax

public static Task<AccountResource> GetAsync(
    this IAccountOperations operations,
    string resourceGroupName,
    string accountName,
    CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task<AccountResource^>^ GetAsync(
    IAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    CancellationToken cancellationToken = null
)
static member GetAsync : 
        operations:IAccountOperations *
        resourceGroupName:string *
        accountName:string *
        cancellationToken:CancellationToken = null -> Task<AccountResource>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IAccountOperations,
    resourceGroupName As String,
    accountName As String,
    cancellationToken As CancellationToken
) As Task(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<AccountResource>

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top