IAdministrationService.GetMaintenanceModeInfoHistory(Guid) Method

Definition

Gets history of maintenance mode for a monitoring object.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ GetMaintenanceModeInfoHistory(Guid managedEntityId);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> GetMaintenanceModeInfoHistory (Guid managedEntityId);
abstract member GetMaintenanceModeInfoHistory : Guid -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function GetMaintenanceModeInfoHistory (managedEntityId As Guid) As IList(Of ResultSet)

Parameters

managedEntityId
Guid

The id of the managed entity.

Returns

IList<ResultSet>

The maintenance mode info.

Applies to