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