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

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