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 data type that matches the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Monitoring.GetDataType()")]
public MonitoringDataType GetMonitoringDataType(
Guid id
)
public:
[ObsoleteAttribute("Please use Monitoring.GetDataType()")]
MonitoringDataType^ GetMonitoringDataType(
Guid id
)
[<ObsoleteAttribute("Please use Monitoring.GetDataType()")>]
member GetMonitoringDataType :
id:Guid -> MonitoringDataType
<ObsoleteAttribute("Please use Monitoring.GetDataType()")>
Public Function GetMonitoringDataType (
id As Guid
) As MonitoringDataType
Parameters
id
Type: System.GuidThe GUID of the data type to get.
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringDataType
Returns aMonitoringDataType value.
See Also
GetMonitoringDataType Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top