MaintenanceScheduleList Class

Definition

Represents maintenance schedule List object which is scaled down for grid view.

public ref class MaintenanceScheduleList : Microsoft::EnterpriseManagement::Common::MonitoringBase
public class MaintenanceScheduleList : Microsoft.EnterpriseManagement.Common.MonitoringBase
type MaintenanceScheduleList = class
    inherit MonitoringBase
Public Class MaintenanceScheduleList
Inherits MonitoringBase
Inheritance
MaintenanceScheduleList

Constructors

MaintenanceScheduleList(ManagementGroup)
MaintenanceScheduleList(Result, ManagementGroup)

The internal constructor of an MaintenanceScheduleList from a row from the database.

Properties

IsEnabled
IsRecurrence
LastModified

Last modified time.

LastRunStartTime

Last Run Start Time.

NextScheduledRunTime

Next run start time.

ScheduledEndTime

The scheduled end time.

ScheduleId

The schedule id.

ScheduleName
Status
User

The user that last modified this object.

Methods

GetMaintenanceScheduleInfoList(ManagementGroup)

Gets the list of maintenance schedules.

Applies to