Share via


AmlFilesystemPropertiesMaintenanceWindow Class

Definition

Start time of a 30-minute weekly maintenance window.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemPropertiesMaintenanceWindowTypeConverter))]
public class AmlFilesystemPropertiesMaintenanceWindow : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemPropertiesMaintenanceWindow
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemPropertiesMaintenanceWindowTypeConverter))>]
type AmlFilesystemPropertiesMaintenanceWindow = class
    interface IAmlFilesystemPropertiesMaintenanceWindow
    interface IJsonSerializable
Public Class AmlFilesystemPropertiesMaintenanceWindow
Implements IAmlFilesystemPropertiesMaintenanceWindow
Inheritance
AmlFilesystemPropertiesMaintenanceWindow
Attributes
Implements

Constructors

AmlFilesystemPropertiesMaintenanceWindow()

Creates an new AmlFilesystemPropertiesMaintenanceWindow instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlFilesystemPropertiesMaintenanceWindow.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlFilesystemPropertiesMaintenanceWindow.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemPropertiesMaintenanceWindow.

FromJsonString(String)

Creates a new instance of AmlFilesystemPropertiesMaintenanceWindow, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlFilesystemPropertiesMaintenanceWindow into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to