MaintenanceSchedule.EditMaintenanceSchedule(MaintenanceSchedule, 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.
Edits a maintenance schedule.
public:
static void EditMaintenanceSchedule(Microsoft::EnterpriseManagement::Monitoring::MaintenanceSchedule::MaintenanceSchedule ^ maintenanceSchedule, Microsoft::EnterpriseManagement::ManagementGroup ^ mg);
public static void EditMaintenanceSchedule (Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MaintenanceSchedule maintenanceSchedule, Microsoft.EnterpriseManagement.ManagementGroup mg);
static member EditMaintenanceSchedule : Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MaintenanceSchedule * Microsoft.EnterpriseManagement.ManagementGroup -> unit
Public Shared Sub EditMaintenanceSchedule (maintenanceSchedule As MaintenanceSchedule, mg As ManagementGroup)
Parameters
- maintenanceSchedule
- MaintenanceSchedule
The maintenance schedule object.