ManagementGroup.GetMonitoringRecovery(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.
Caution
Please use Monitoring.GetRecovery()
Gets a recovery by id.
public:
Microsoft::EnterpriseManagement::Configuration::MonitoringRecovery ^ GetMonitoringRecovery(Guid id);
[System.Obsolete("Please use Monitoring.GetRecovery()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery GetMonitoringRecovery (Guid id);
member this.GetMonitoringRecovery : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery
Public Function GetMonitoringRecovery (id As Guid) As MonitoringRecovery
Parameters
- id
- Guid
The id of the requested recovery.
Returns
The MonitoringRecovery.
- Attributes
Exceptions
A MonitoringRecovery with that id was not found.