IAdministrationService.GetMaintenanceModeInfoHistory(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.
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
The maintenance mode info.