IAdministrationService.StopMaintenanceSchedule(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.
Stop a running maintenance schedule.
public:
void StopMaintenanceSchedule(System::Collections::Generic::IList<Guid> ^ scheduleId);
public void StopMaintenanceSchedule (System.Collections.Generic.IList<Guid> scheduleId);
abstract member StopMaintenanceSchedule : System.Collections.Generic.IList<Guid> -> unit
Public Sub StopMaintenanceSchedule (scheduleId As IList(Of Guid))