MaintenanceSchedule.DisableMaintenanceSchedule(IList<Guid>, ManagementGroup) 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.
Disables a list of maintenance schedules.
public:
static void DisableMaintenanceSchedule(System::Collections::Generic::IList<Guid> ^ scheduleIdList, Microsoft::EnterpriseManagement::ManagementGroup ^ mg);
public static void DisableMaintenanceSchedule (System.Collections.Generic.IList<Guid> scheduleIdList, Microsoft.EnterpriseManagement.ManagementGroup mg);
static member DisableMaintenanceSchedule : System.Collections.Generic.IList<Guid> * Microsoft.EnterpriseManagement.ManagementGroup -> unit
Public Shared Sub DisableMaintenanceSchedule (scheduleIdList As IList(Of Guid), mg As ManagementGroup)