MaintenanceWindowProperties 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.
Maintenance window starting hour and day of week.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.MaintenanceWindowPropertiesTypeConverter))]
public class MaintenanceWindowProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.MaintenanceWindowPropertiesTypeConverter))>]
type MaintenanceWindowProperties = class
interface IMaintenanceWindowProperties
interface IJsonSerializable
Public Class MaintenanceWindowProperties
Implements IMaintenanceWindowProperties
- Inheritance
-
MaintenanceWindowProperties
- Attributes
- Implements
Constructors
MaintenanceWindowProperties() |
Creates an new MaintenanceWindowProperties instance. |
Properties
DayOfWeek |
Day of the week. |
Hour |
The update start hour of the day. (0 - 23) |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MaintenanceWindowProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MaintenanceWindowProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowProperties. |
FromJsonString(String) |
Creates a new instance of MaintenanceWindowProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MaintenanceWindowProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |