AmlFileSystemUpdatePropertiesMaintenanceWindow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start time of a 30-minute weekly maintenance window.
public class AmlFileSystemUpdatePropertiesMaintenanceWindow : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemUpdatePropertiesMaintenanceWindow>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemUpdatePropertiesMaintenanceWindow>
type AmlFileSystemUpdatePropertiesMaintenanceWindow = class
interface IJsonModel<AmlFileSystemUpdatePropertiesMaintenanceWindow>
interface IPersistableModel<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
Azure SDK for .NET