MaintenanceSchedule.StopMaintenanceSchedule 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.
Overloads
| StopMaintenanceSchedule(IList<Guid>, ManagementGroup) |
Stops running maintenance schedules. |
| StopMaintenanceSchedule(Guid, ManagementGroup) |
Stops a running maintenance schedule. |
StopMaintenanceSchedule(IList<Guid>, ManagementGroup)
Stops running maintenance schedules.
public:
static void StopMaintenanceSchedule(System::Collections::Generic::IList<Guid> ^ scheduleId, Microsoft::EnterpriseManagement::ManagementGroup ^ mg);
public static void StopMaintenanceSchedule (System.Collections.Generic.IList<Guid> scheduleId, Microsoft.EnterpriseManagement.ManagementGroup mg);
static member StopMaintenanceSchedule : System.Collections.Generic.IList<Guid> * Microsoft.EnterpriseManagement.ManagementGroup -> unit
Public Shared Sub StopMaintenanceSchedule (scheduleId As IList(Of Guid), mg As ManagementGroup)
Parameters
Applies to
StopMaintenanceSchedule(Guid, ManagementGroup)
Stops a running maintenance schedule.
public:
static void StopMaintenanceSchedule(Guid scheduleId, Microsoft::EnterpriseManagement::ManagementGroup ^ mg);
public static void StopMaintenanceSchedule (Guid scheduleId, Microsoft.EnterpriseManagement.ManagementGroup mg);
static member StopMaintenanceSchedule : Guid * Microsoft.EnterpriseManagement.ManagementGroup -> unit
Public Shared Sub StopMaintenanceSchedule (scheduleId As Guid, mg As ManagementGroup)
Parameters
- scheduleId
- Guid
The maintenance schedule Id.