IAdministrationService.GetMaintenanceScheduleById(Guid) Method

Definition

Get a maintenance schedule from scheduleId.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ GetMaintenanceScheduleById(Guid scheduleId);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> GetMaintenanceScheduleById (Guid scheduleId);
abstract member GetMaintenanceScheduleById : Guid -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function GetMaintenanceScheduleById (scheduleId As Guid) As IList(Of ResultSet)

Parameters

scheduleId
Guid

Returns

IList<ResultSet>

The maintenance schedules.

Applies to