AccountGetAllJobsLifetimeStatisticsResponse.JobsLifetimeStatistics Property

 

Required. Gets or sets lifetime statistics for all of the jobs in the account

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public JobStatistics JobsLifetimeStatistics { get; set; }
public:
property JobStatistics^ JobsLifetimeStatistics {
    JobStatistics^ get();
    void set(JobStatistics^ value);
}
member JobsLifetimeStatistics : JobStatistics with get, set
Public Property JobsLifetimeStatistics As JobStatistics

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.JobStatistics

See Also

AccountGetAllJobsLifetimeStatisticsResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top