ManagedMaintenanceWindowStatus 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.
Describes the maintenance window status of the Service Fabric Managed Cluster.
public class ManagedMaintenanceWindowStatus
type ManagedMaintenanceWindowStatus = class
Public Class ManagedMaintenanceWindowStatus
- Inheritance
-
ManagedMaintenanceWindowStatus
Constructors
| Name | Description |
|---|---|
| ManagedMaintenanceWindowStatus() |
Initializes a new instance of the ManagedMaintenanceWindowStatus class. |
| ManagedMaintenanceWindowStatus(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the ManagedMaintenanceWindowStatus class. |
Properties
| Name | Description |
|---|---|
| CanApplyUpdates |
Gets if updates can be applied. |
| IsRegionReady |
Gets indicates if the region is ready to configure maintenance windows. |
| IsWindowActive |
Gets if maintenance window is active. |
| IsWindowEnabled |
Gets if maintenance window is enabled on this cluster. |
| LastWindowEndTimeUtc |
Gets last window end time in UTC. |
| LastWindowStartTimeUtc |
Gets last window start time in UTC. |
| LastWindowStatusUpdateAtUtc |
Gets last window update time in UTC. |