Delen via


MaintenanceWindowTimeRange Class

Definition

Maintenance window time range.

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

Constructors

MaintenanceWindowTimeRange()

Initializes a new instance of MaintenanceWindowTimeRange.

Properties

DayOfWeek

Day of maintenance window.

Duration

Duration of maintenance window in minutes.

StartTime

Start time minutes offset from 12am.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MaintenanceWindowTimeRange>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MaintenanceWindowTimeRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MaintenanceWindowTimeRange>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MaintenanceWindowTimeRange>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MaintenanceWindowTimeRange>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to