MaintenanceSchedule.CreateMaintenanceSchedule(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.
Creates a maintenance schedule.
public:
static Guid CreateMaintenanceSchedule(Microsoft::EnterpriseManagement::Monitoring::MaintenanceSchedule::MaintenanceSchedule ^ maintenanceSchedule, Microsoft::EnterpriseManagement::ManagementGroup ^ mg);
public static Guid CreateMaintenanceSchedule (Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MaintenanceSchedule maintenanceSchedule, Microsoft.EnterpriseManagement.ManagementGroup mg);
static member CreateMaintenanceSchedule : Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MaintenanceSchedule * Microsoft.EnterpriseManagement.ManagementGroup -> Guid
Public Shared Function CreateMaintenanceSchedule (maintenanceSchedule As MaintenanceSchedule, mg As ManagementGroup) As Guid
Parameters
- maintenanceSchedule
- MaintenanceSchedule
The maintenance schedule object.