IAdministrationService.GetMaintenanceModeInfoCurrent(Guid) Method

Definition

Gets current maintenance mode for a monitoring object.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ GetMaintenanceModeInfoCurrent(Guid managedEntityId);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> GetMaintenanceModeInfoCurrent (Guid managedEntityId);
abstract member GetMaintenanceModeInfoCurrent : Guid -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function GetMaintenanceModeInfoCurrent (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