SqlScheduleItem Class

Definition

Schedule info describing when the server should be started or stopped.

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

Constructors

SqlScheduleItem(SqlDayOfWeek, String, SqlDayOfWeek, String)

Initializes a new instance of SqlScheduleItem.

Properties

StartDay

Start day.

StartTime

Start time.

StopDay

Stop day.

StopTime

Stop time.

Explicit Interface Implementations

IJsonModel<SqlScheduleItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlScheduleItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlScheduleItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlScheduleItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlScheduleItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to