IAdministrationService.GetMaintenanceScheduleInfoList 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 list of all maintenance schedules.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ GetMaintenanceScheduleInfoList();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> GetMaintenanceScheduleInfoList ();
abstract member GetMaintenanceScheduleInfoList : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function GetMaintenanceScheduleInfoList () As IList(Of ResultSet)
Returns
The maintenance schedules.