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.StringA nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.AccountListPoolUsageMetricsParametersThe parameters for the request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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