MaintenanceSchedule.ExtendMaintenanceSchedule(Guid, DateTime, 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.
Extends a running maintenance schedule.
public:
static void ExtendMaintenanceSchedule(Guid scheduleId, DateTime scheduledEndTime, Microsoft::EnterpriseManagement::ManagementGroup ^ mg);
public static void ExtendMaintenanceSchedule (Guid scheduleId, DateTime scheduledEndTime, Microsoft.EnterpriseManagement.ManagementGroup mg);
static member ExtendMaintenanceSchedule : Guid * DateTime * Microsoft.EnterpriseManagement.ManagementGroup -> unit
Public Shared Sub ExtendMaintenanceSchedule (scheduleId As Guid, scheduledEndTime As DateTime, mg As ManagementGroup)
Parameters
- scheduleId
- Guid
The maintenance schedule Id.
- scheduledEndTime
- DateTime
The new end time for the schedule.