PartialMonitoringObject.GetMonitoringRecoveries Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets all the recoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ManagementGroup.Monitoring.GetRecoveries methods that take this object")]
public ReadOnlyCollection<MonitoringRecovery> GetMonitoringRecoveries()
public:
[ObsoleteAttribute("Use ManagementGroup.Monitoring.GetRecoveries methods that take this object")]
ReadOnlyCollection<MonitoringRecovery^>^ GetMonitoringRecoveries()
[<ObsoleteAttribute("Use ManagementGroup.Monitoring.GetRecoveries methods that take this object")>]
member GetMonitoringRecoveries : unit -> ReadOnlyCollection<MonitoringRecovery>
<ObsoleteAttribute("Use ManagementGroup.Monitoring.GetRecoveries methods that take this object")>
Public Function GetMonitoringRecoveries As ReadOnlyCollection(Of MonitoringRecovery)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringRecovery>
Returns ReadOnlyCollection<T> of MonitoringRecovery objects.
See Also
GetMonitoringRecoveries Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top