IAdministrationService.StopMaintenanceMode(Guid, DateTime, Boolean) 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.
Stops maintenance mode for a monitoring object.
public:
void StopMaintenanceMode(Guid managedEntityId, DateTime endTime, bool recursive);
public void StopMaintenanceMode (Guid managedEntityId, DateTime endTime, bool recursive);
abstract member StopMaintenanceMode : Guid * DateTime * bool -> unit
Public Sub StopMaintenanceMode (managedEntityId As Guid, endTime As DateTime, recursive As Boolean)
Parameters
- managedEntityId
- Guid
The id of the managed entity.
- endTime
- DateTime
The end time.
- recursive
- Boolean
Whether to apply this recursively