Udostępnij za pośrednictwem


MaintenanceWindowPatchProperties Class

Definition

Maintenance window starting hour and day of week.

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

Constructors

MaintenanceWindowPatchProperties()

Initializes a new instance of MaintenanceWindowPatchProperties.

Properties

DayOfWeek

Day of the week.

Hour

The update start hour of the day. (0 - 23).

Explicit Interface Implementations

IJsonModel<MaintenanceWindowPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MaintenanceWindowPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MaintenanceWindowPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MaintenanceWindowPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MaintenanceWindowPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to