AmlFileSystemPropertiesMaintenanceWindow Class

Definition

Start time of a 30-minute weekly maintenance window.

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

Constructors

AmlFileSystemPropertiesMaintenanceWindow()

Initializes a new instance of AmlFileSystemPropertiesMaintenanceWindow.

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<AmlFileSystemPropertiesMaintenanceWindow>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlFileSystemPropertiesMaintenanceWindow>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlFileSystemPropertiesMaintenanceWindow>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlFileSystemPropertiesMaintenanceWindow>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlFileSystemPropertiesMaintenanceWindow>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to