SqlServerJobSchedule Class

Definition

Scheduling properties of a job.

public class SqlServerJobSchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SqlServerJobSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SqlServerJobSchedule>
type SqlServerJobSchedule = class
    interface IJsonModel<SqlServerJobSchedule>
    interface IPersistableModel<SqlServerJobSchedule>
Public Class SqlServerJobSchedule
Implements IJsonModel(Of SqlServerJobSchedule), IPersistableModel(Of SqlServerJobSchedule)
Inheritance
SqlServerJobSchedule
Implements

Constructors

SqlServerJobSchedule()

Initializes a new instance of SqlServerJobSchedule.

Properties

EndOn

Schedule end time.

Interval

Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.

IsEnabled

Whether or not the schedule is enabled.

ScheduleType

Schedule interval type.

StartOn

Schedule start time.

Explicit Interface Implementations

IJsonModel<SqlServerJobSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlServerJobSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerJobSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerJobSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlServerJobSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to