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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemUpdatePropertiesMaintenanceWindowTypeConverter))]
public class AmlFilesystemUpdatePropertiesMaintenanceWindow : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemUpdatePropertiesMaintenanceWindow
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemUpdatePropertiesMaintenanceWindowTypeConverter))>]
type AmlFilesystemUpdatePropertiesMaintenanceWindow = class
interface IAmlFilesystemUpdatePropertiesMaintenanceWindow
interface IJsonSerializable
Public Class AmlFilesystemUpdatePropertiesMaintenanceWindow
Implements IAmlFilesystemUpdatePropertiesMaintenanceWindow
- Inheritance
-
AmlFilesystemUpdatePropertiesMaintenanceWindow
- Attributes
- Implements
Constructors
AmlFilesystemUpdatePropertiesMaintenanceWindow() |
Creates an new AmlFilesystemUpdatePropertiesMaintenanceWindow 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 AmlFilesystemUpdatePropertiesMaintenanceWindow. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemUpdatePropertiesMaintenanceWindow. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemUpdatePropertiesMaintenanceWindow. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemUpdatePropertiesMaintenanceWindow, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemUpdatePropertiesMaintenanceWindow into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |