Get Managed Maintenance Window Status Result
data class GetManagedMaintenanceWindowStatusResult(val canApplyUpdates: Boolean, val isRegionReady: Boolean, val isWindowActive: Boolean, val isWindowEnabled: Boolean, val lastWindowEndTimeUTC: String, val lastWindowStartTimeUTC: String, val lastWindowStatusUpdateAtUTC: String)
Describes the maintenance window status of the Service Fabric Managed Cluster.
Constructors
Properties
Link copied to clipboard
If updates can be applied.
Link copied to clipboard
Indicates if the region is ready to configure maintenance windows.
Link copied to clipboard
If maintenance window is active.
Link copied to clipboard
If maintenance window is enabled on this cluster.
Link copied to clipboard
Last window end time in UTC.
Link copied to clipboard
Last window start time in UTC.
Link copied to clipboard
Last window update time in UTC.