IAccountOperations.ListNextPoolUsageMetricsAsync Method (String, AccountListPoolUsageMetricsParameters, CancellationToken)

 

Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.

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

Syntax

Task<AccountListPoolUsageMetricsResponse> ListNextPoolUsageMetricsAsync(
    string nextLink,
    AccountListPoolUsageMetricsParameters parameters,
    CancellationToken cancellationToken
)
Task<AccountListPoolUsageMetricsResponse^>^ ListNextPoolUsageMetricsAsync(
    String^ nextLink,
    AccountListPoolUsageMetricsParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListNextPoolUsageMetricsAsync : 
        nextLink:string *
        parameters:AccountListPoolUsageMetricsParameters *
        cancellationToken:CancellationToken -> Task<AccountListPoolUsageMetricsResponse>
Function ListNextPoolUsageMetricsAsync (
    nextLink As String,
    parameters As AccountListPoolUsageMetricsParameters,
    cancellationToken As CancellationToken
) As Task(Of AccountListPoolUsageMetricsResponse)

Parameters

  • nextLink
    Type: System.String

    A nextLink URL from a previous List response.

Return Value

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

Response to an AccountOperations.ListPoolUsageMetrics request.

See Also

IAccountOperations Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top