MaintenanceScheduleList.GetMaintenanceScheduleInfoList(ManagementGroup) Method
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.
Gets the list of maintenance schedules.
public:
static System::Collections::Generic::List<Microsoft::EnterpriseManagement::Monitoring::MaintenanceSchedule::MaintenanceScheduleList ^> ^ GetMaintenanceScheduleInfoList(Microsoft::EnterpriseManagement::ManagementGroup ^ mg);
public static System.Collections.Generic.List<Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MaintenanceScheduleList> GetMaintenanceScheduleInfoList (Microsoft.EnterpriseManagement.ManagementGroup mg);
static member GetMaintenanceScheduleInfoList : Microsoft.EnterpriseManagement.ManagementGroup -> System.Collections.Generic.List<Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MaintenanceScheduleList>
Public Shared Function GetMaintenanceScheduleInfoList (mg As ManagementGroup) As List(Of MaintenanceScheduleList)