Compartir a través de


BatchJobScheduleExecutionInfo Class

Definition

Contains information about Jobs that have been and will be run under a Job Schedule.

public class BatchJobScheduleExecutionInfo : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchJobScheduleExecutionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchJobScheduleExecutionInfo>
type BatchJobScheduleExecutionInfo = class
    interface IJsonModel<BatchJobScheduleExecutionInfo>
    interface IPersistableModel<BatchJobScheduleExecutionInfo>
Public Class BatchJobScheduleExecutionInfo
Implements IJsonModel(Of BatchJobScheduleExecutionInfo), IPersistableModel(Of BatchJobScheduleExecutionInfo)
Inheritance
BatchJobScheduleExecutionInfo
Implements

Properties

EndTime

The time at which the schedule ended. This property is set only if the Job Schedule is in the completed state.

NextRunTime

The next time at which a Job will be created under this schedule. This property is meaningful only if the schedule is in the active state when the time comes around. For example, if the schedule is disabled, no Job will be created at nextRunTime unless the Job is enabled before then.

RecentJob

Information about the most recent Job under the Job Schedule. This property is present only if the at least one Job has run under the schedule.

Explicit Interface Implementations

IJsonModel<BatchJobScheduleExecutionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchJobScheduleExecutionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchJobScheduleExecutionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchJobScheduleExecutionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchJobScheduleExecutionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to