AmlFileSystemUpdatePropertiesMaintenanceWindow Class

Definition

Start time of a 30-minute weekly maintenance window.

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

Constructors

AmlFileSystemUpdatePropertiesMaintenanceWindow()

Initializes a new instance of AmlFileSystemUpdatePropertiesMaintenanceWindow.

Properties

DayOfWeek

Day of the week on which the maintenance window will occur.

TimeOfDayUTC

The time of day (in UTC) to start the maintenance window.

Explicit Interface Implementations

IJsonModel<AmlFileSystemUpdatePropertiesMaintenanceWindow>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlFileSystemUpdatePropertiesMaintenanceWindow>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlFileSystemUpdatePropertiesMaintenanceWindow>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlFileSystemUpdatePropertiesMaintenanceWindow>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlFileSystemUpdatePropertiesMaintenanceWindow>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to