AccountOperationsExtensions.GetAllJobsLifetimeStatisticsAsync Method (IAccountOperations, AccountGetAllJobsLifetimeStatisticsParameters)

 

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

public static Task<AccountGetAllJobsLifetimeStatisticsResponse> GetAllJobsLifetimeStatisticsAsync(
    this IAccountOperations operations,
    AccountGetAllJobsLifetimeStatisticsParameters parameters
)
public:
[ExtensionAttribute]
static Task<AccountGetAllJobsLifetimeStatisticsResponse^>^ GetAllJobsLifetimeStatisticsAsync(
    IAccountOperations^ operations,
    AccountGetAllJobsLifetimeStatisticsParameters^ parameters
)
static member GetAllJobsLifetimeStatisticsAsync : 
        operations:IAccountOperations *
        parameters:AccountGetAllJobsLifetimeStatisticsParameters -> Task<AccountGetAllJobsLifetimeStatisticsResponse>
<ExtensionAttribute>
Public Shared Function GetAllJobsLifetimeStatisticsAsync (
    operations As IAccountOperations,
    parameters As AccountGetAllJobsLifetimeStatisticsParameters
) As Task(Of AccountGetAllJobsLifetimeStatisticsResponse)

Parameters

Return Value

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

Response to an AccountOperations.GetAllJobsLifetimeStatistics operation.

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top