IAccountOperations.GetAllJobsLifetimeStatisticsAsync Method (AccountGetAllJobsLifetimeStatisticsParameters, CancellationToken)
Gets lifetime summary statistics for all of the jobs in the specified account. Statistics are aggregated across all jobs 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<AccountGetAllJobsLifetimeStatisticsResponse> GetAllJobsLifetimeStatisticsAsync(
AccountGetAllJobsLifetimeStatisticsParameters parameters,
CancellationToken cancellationToken
)
Task<AccountGetAllJobsLifetimeStatisticsResponse^>^ GetAllJobsLifetimeStatisticsAsync(
AccountGetAllJobsLifetimeStatisticsParameters^ parameters,
CancellationToken cancellationToken
)
abstract GetAllJobsLifetimeStatisticsAsync :
parameters:AccountGetAllJobsLifetimeStatisticsParameters *
cancellationToken:CancellationToken -> Task<AccountGetAllJobsLifetimeStatisticsResponse>
Function GetAllJobsLifetimeStatisticsAsync (
parameters As AccountGetAllJobsLifetimeStatisticsParameters,
cancellationToken As CancellationToken
) As Task(Of AccountGetAllJobsLifetimeStatisticsResponse)
Parameters
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.AccountGetAllJobsLifetimeStatisticsParametersThe parameters for the request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AccountGetAllJobsLifetimeStatisticsResponse>
Response to an AccountOperations.GetAllJobsLifetimeStatistics operation.
See Also
IAccountOperations Interface
Microsoft.Azure.Batch.Protocol Namespace
Return to top