IAdministrationService.EnableMaintenanceSchedule(IList<Guid>) 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.
Enables a list of maintenance schedules.
public:
void EnableMaintenanceSchedule(System::Collections::Generic::IList<Guid> ^ scheduleIdList);
public void EnableMaintenanceSchedule (System.Collections.Generic.IList<Guid> scheduleIdList);
abstract member EnableMaintenanceSchedule : System.Collections.Generic.IList<Guid> -> unit
Public Sub EnableMaintenanceSchedule (scheduleIdList As IList(Of Guid))