MonitoringBaseWithId Constructors

Definition

Creates a new instance of the MonitoringBaseWithId class.

Overloads

MonitoringBaseWithId()

Creates a new instance of the MonitoringBaseWithId class.

MonitoringBaseWithId(EnterpriseManagementGroup)

Creates a new instance of the MonitoringBaseWithId class, and specifies the management group that owns this object.

MonitoringBaseWithId()

Creates a new instance of the MonitoringBaseWithId class.

protected:
 MonitoringBaseWithId();
protected MonitoringBaseWithId ();
Protected Sub New ()

Applies to

MonitoringBaseWithId(EnterpriseManagementGroup)

Creates a new instance of the MonitoringBaseWithId class, and specifies the management group that owns this object.

protected:
 MonitoringBaseWithId(Microsoft::EnterpriseManagement::EnterpriseManagementGroup ^ managementGroup);
protected MonitoringBaseWithId (Microsoft.EnterpriseManagement.EnterpriseManagementGroup managementGroup);
new Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId : Microsoft.EnterpriseManagement.EnterpriseManagementGroup -> Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
Protected Sub New (managementGroup As EnterpriseManagementGroup)

Parameters

managementGroup
EnterpriseManagementGroup

The parent that owns this object.

Applies to