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