MaintenanceScheduleList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |