Share via


ScheduledOperationsTypeUpdate Class

Definition

The list of scheduled operations.

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

Constructors

ScheduledOperationsTypeUpdate()

Initializes a new instance of ScheduledOperationsTypeUpdate.

Properties

AutoStartOn

auto start time. value must be of ISO-8601 format HH:mm.

AutoStopOn

auto stop time. value must be of ISO-8601 format HH:mm.

DayOfWeekName

Name of the day of the week.

ScheduledStartTime

auto start time. value must be of ISO-8601 format HH:mm Serialized Name: ScheduledOperationsTypeUpdate.scheduledStartTime

ScheduledStopTime

auto stop time. value must be of ISO-8601 format HH:mm Serialized Name: ScheduledOperationsTypeUpdate.scheduledStopTime

Explicit Interface Implementations

IJsonModel<ScheduledOperationsTypeUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduledOperationsTypeUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScheduledOperationsTypeUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduledOperationsTypeUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduledOperationsTypeUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to