Language

ManagedMaintenanceWindowStatus Class

Definition

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.

Applies to