次の方法で共有


ScheduledOperationsType Class

Definition

The list of scheduled operations.

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

Constructors

ScheduledOperationsType(DayOfWeek)

Initializes a new instance of ScheduledOperationsType.

ScheduledOperationsType(OracleDatabaseDayOfWeek)

Initializes a new instance of ScheduledOperationsType.

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: ScheduledOperationsType.scheduledStartTime

ScheduledStopTime

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

Explicit Interface Implementations

IJsonModel<ScheduledOperationsType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduledOperationsType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScheduledOperationsType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduledOperationsType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduledOperationsType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to