IAccountOperations.GetAllPoolsLifetimeStatisticsAsync Method (AccountGetAllPoolsLifetimeStatisticsParameters, CancellationToken)
Gets lifetime summary statistics for all of the pools in the specified account. Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
Task<AccountGetAllPoolsLifetimeStatisticsResponse> GetAllPoolsLifetimeStatisticsAsync(
AccountGetAllPoolsLifetimeStatisticsParameters parameters,
CancellationToken cancellationToken
)
Task<AccountGetAllPoolsLifetimeStatisticsResponse^>^ GetAllPoolsLifetimeStatisticsAsync(
AccountGetAllPoolsLifetimeStatisticsParameters^ parameters,
CancellationToken cancellationToken
)
abstract GetAllPoolsLifetimeStatisticsAsync :
parameters:AccountGetAllPoolsLifetimeStatisticsParameters *
cancellationToken:CancellationToken -> Task<AccountGetAllPoolsLifetimeStatisticsResponse>
Function GetAllPoolsLifetimeStatisticsAsync (
parameters As AccountGetAllPoolsLifetimeStatisticsParameters,
cancellationToken As CancellationToken
) As Task(Of AccountGetAllPoolsLifetimeStatisticsResponse)
Parameters
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.AccountGetAllPoolsLifetimeStatisticsParametersThe parameters for the request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AccountGetAllPoolsLifetimeStatisticsResponse>
Response to an AccountOperations.GetAllPoolsLifetimeStatistics request.
See Also
IAccountOperations Interface
Microsoft.Azure.Batch.Protocol Namespace
Return to top