ManagedMaintenanceWindowStatus interface
Describes the maintenance window status of the Service Fabric Managed Cluster.
Properties
can |
If updates can be applied. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Indicates if the region is ready to configure maintenance windows. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
If maintenance window is active. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
If maintenance window is enabled on this cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last window end time in UTC. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last window start time in UTC. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last window update time in UTC. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
canApplyUpdates
If updates can be applied. NOTE: This property will not be serialized. It can only be populated by the server.
canApplyUpdates?: boolean
Property Value
boolean
isRegionReady
Indicates if the region is ready to configure maintenance windows. NOTE: This property will not be serialized. It can only be populated by the server.
isRegionReady?: boolean
Property Value
boolean
isWindowActive
If maintenance window is active. NOTE: This property will not be serialized. It can only be populated by the server.
isWindowActive?: boolean
Property Value
boolean
isWindowEnabled
If maintenance window is enabled on this cluster. NOTE: This property will not be serialized. It can only be populated by the server.
isWindowEnabled?: boolean
Property Value
boolean
lastWindowEndTimeUTC
Last window end time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.
lastWindowEndTimeUTC?: Date
Property Value
Date
lastWindowStartTimeUTC
Last window start time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.
lastWindowStartTimeUTC?: Date
Property Value
Date
lastWindowStatusUpdateAtUTC
Last window update time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.
lastWindowStatusUpdateAtUTC?: Date
Property Value
Date
Azure SDK for JavaScript