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

 

Gets information about the Batch accounts associated within the specified resource group.

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

Syntax

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

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group whose Batch accounts to list.

Return Value

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

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top