ManagedMaintenanceWindowStatus interface

Describes the maintenance window status of the Service Fabric Managed Cluster.

Properties

canApplyUpdates

If updates can be applied. NOTE: This property will not be serialized. It can only be populated by the server.

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.

isWindowActive

If maintenance window is active. NOTE: This property will not be serialized. It can only be populated by the server.

isWindowEnabled

If maintenance window is enabled on this cluster. NOTE: This property will not be serialized. It can only be populated by the server.

lastWindowEndTimeUTC

Last window end time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.

lastWindowStartTimeUTC

Last window start time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.

lastWindowStatusUpdateAtUTC

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