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