MaintenanceWindow 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 of a server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.MaintenanceWindowTypeConverter))]
public class MaintenanceWindow : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IMaintenanceWindow
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.MaintenanceWindowTypeConverter))>]
type MaintenanceWindow = class
interface IMaintenanceWindow
interface IJsonSerializable
Public Class MaintenanceWindow
Implements IMaintenanceWindow
- Inheritance
-
MaintenanceWindow
- Attributes
- Implements
Constructors
MaintenanceWindow() |
Creates an new MaintenanceWindow instance. |
Properties
CustomWindow |
indicates whether custom window is enabled or disabled |
DayOfWeek |
day of week for maintenance window |
StartHour |
start hour for maintenance window |
StartMinute |
start minute for maintenance window |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MaintenanceWindow. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MaintenanceWindow. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IMaintenanceWindow. |
FromJsonString(String) |
Creates a new instance of MaintenanceWindow, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MaintenanceWindow into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |