CloudJobSchedule.ExecutionInformation Property
Optional. Gets or sets information about jobs that have been and will be run under this 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 JobScheduleExecutionInformation ExecutionInformation { get; set; }
public:
property JobScheduleExecutionInformation^ ExecutionInformation {
JobScheduleExecutionInformation^ get();
void set(JobScheduleExecutionInformation^ value);
}
member ExecutionInformation : JobScheduleExecutionInformation with get, set
Public Property ExecutionInformation As JobScheduleExecutionInformation
Property Value
Type: Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation
See Also
CloudJobSchedule Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top