Share via


CreatableMonitoringBaseWithId Class

Definition

Caution

This interface will be removed in the next release and should no longer be used.

An abstract class that is the base for all IMonitoringBase objects with an identifier that can be created and updated inline.

public ref class CreatableMonitoringBaseWithId abstract : Microsoft::EnterpriseManagement::Common::MonitoringBase
[System.Obsolete("This interface will be removed in the next release and should no longer be used.")]
[System.Serializable]
public abstract class CreatableMonitoringBaseWithId : Microsoft.EnterpriseManagement.Common.MonitoringBase
type CreatableMonitoringBaseWithId = class
    inherit MonitoringBase
Public MustInherit Class CreatableMonitoringBaseWithId
Inherits MonitoringBase
Inheritance
CreatableMonitoringBaseWithId
Derived
Attributes

Properties

Id

Gets the globally unique identifier (GUID) for the CreatableMonitoringBaseWithId object.

ManagementGroup

Gets the management group that the object is in.

(Inherited from MonitoringBase)
ManagementGroupId

Gets the unique identifier of the management group that owns this object.

(Inherited from MonitoringBase)

Methods

Equals(Object)

Determines whether two CreatableMonitoringBaseWithId object instances are equal.

GetHashCode()

Gets the hash code for the CreatableMonitoringBaseWithId object.

Reconnect(EnterpriseManagementGroup)

Reconnects the object to the specified management group.

(Inherited from MonitoringBase)
ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)

Applies to