MySqlFlexibleServerMaintenanceWindow 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.
public class MySqlFlexibleServerMaintenanceWindow : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerMaintenanceWindow>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerMaintenanceWindow>
type MySqlFlexibleServerMaintenanceWindow = class
interface IJsonModel<MySqlFlexibleServerMaintenanceWindow>
interface IPersistableModel<MySqlFlexibleServerMaintenanceWindow>
Public Class MySqlFlexibleServerMaintenanceWindow
Implements IJsonModel(Of MySqlFlexibleServerMaintenanceWindow), IPersistableModel(Of MySqlFlexibleServerMaintenanceWindow)
- Inheritance
-
MySqlFlexibleServerMaintenanceWindow
- Implements
Constructors
MySqlFlexibleServerMaintenanceWindow() |
Initializes a new instance of MySqlFlexibleServerMaintenanceWindow. |
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. |
Explicit Interface Implementations
IJsonModel<MySqlFlexibleServerMaintenanceWindow>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MySqlFlexibleServerMaintenanceWindow>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MySqlFlexibleServerMaintenanceWindow>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MySqlFlexibleServerMaintenanceWindow>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MySqlFlexibleServerMaintenanceWindow>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET