IAdministrationService.DeleteMaintenanceSchedule(IList<Guid>) 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.
Deletes a maintenance schedule.
public:
void DeleteMaintenanceSchedule(System::Collections::Generic::IList<Guid> ^ scheduleId);
public void DeleteMaintenanceSchedule (System.Collections.Generic.IList<Guid> scheduleId);
abstract member DeleteMaintenanceSchedule : System.Collections.Generic.IList<Guid> -> unit
Public Sub DeleteMaintenanceSchedule (scheduleId As IList(Of Guid))