Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the monitoring performance data that have the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceData()")]
public MonitoringPerformanceData GetMonitoringPerformanceData(
Guid id
)
public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceData()")]
MonitoringPerformanceData^ GetMonitoringPerformanceData(
Guid id
)
[<ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceData()")>]
member GetMonitoringPerformanceData :
id:Guid -> MonitoringPerformanceData
<ObsoleteAttribute("Please use OperationalData.GetMonitoringPerformanceData()")>
Public Function GetMonitoringPerformanceData (
id As Guid
) As MonitoringPerformanceData
Parameters
id
Type: System.GuidThe GUID of the monitoring performance data to get.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData
Returns aMonitoringPerformanceData object.
See Also
GetMonitoringPerformanceData Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top