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
Initializes the PartialMonitoringObjectBase class by using a monitoring object identifier.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public PartialMonitoringObjectBase(
Guid id,
ManagementGroup managementGroup
)
public:
PartialMonitoringObjectBase(
Guid id,
ManagementGroup^ managementGroup
)
new :
id:Guid *
managementGroup:ManagementGroup -> PartialMonitoringObjectBase
Public Sub New (
id As Guid,
managementGroup As ManagementGroup
)
Parameters
id
Type: System.GuidThe identifier for the monitoring object. A partial instance of the monitoring object is instantiated.
managementGroup
Type: Microsoft.EnterpriseManagement.ManagementGroupThe management group that contains the monitoring object.
See Also
PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top