ManagementGroup::GetMonitoringDiagnostic Method (Guid)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the specified diagnostic object from the management group.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
[ObsoleteAttribute("Please use Monitoring.GetDiagnostic()")]
MonitoringDiagnostic^ GetMonitoringDiagnostic(
	Guid id
)

Parameters

id
Type: System::Guid

The GUID of the diagnostic object to get.

Return Value

Type: Microsoft.EnterpriseManagement.Configuration::MonitoringDiagnostic^

Returns aMonitoringDiagnostic object that represents the diagnostic rule.

Return to top
Show: