CloudJobSchedule.Statistics Property
Optional. Gets or sets the lifetime resource usage statistics for the job schedule. This property must have the default value for the Add JobSchedule operation.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public JobScheduleStatistics Statistics { get; set; }
public:
property JobScheduleStatistics^ Statistics {
JobScheduleStatistics^ get();
void set(JobScheduleStatistics^ value);
}
member Statistics : JobScheduleStatistics with get, set
Public Property Statistics As JobScheduleStatistics
Property Value
Type: Microsoft.Azure.Batch.Protocol.Models.JobScheduleStatistics
See Also
CloudJobSchedule Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top