AlertNotChangedSubscriptionConfiguration Class

 

Applies To: Operations Manager for System Center 2012

Configuration settings for an alert not changed subscription.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.AlertSubscriptionConfiguration
    Microsoft.EnterpriseManagement.Administration.AlertNotChangedSubscriptionConfiguration

Syntax

[SerializableAttribute]
public class AlertNotChangedSubscriptionConfiguration : AlertSubscriptionConfiguration
[SerializableAttribute]
public ref class AlertNotChangedSubscriptionConfiguration : AlertSubscriptionConfiguration
[<SerializableAttribute>]
type AlertNotChangedSubscriptionConfiguration = 
    class
        inherit AlertSubscriptionConfiguration
    end
<SerializableAttribute>
Public Class AlertNotChangedSubscriptionConfiguration
    Inherits AlertSubscriptionConfiguration

Constructors

Name Description
System_CAPS_pubmethod AlertNotChangedSubscriptionConfiguration(AlertSubscriptionConfigurationType)

Initializes a new AlertNotChangedSubscriptionConfiguration object by defining the type of configuration that is used.

Properties

Name Description
System_CAPS_pubproperty ConfigurationType

Gets or sets the type of criteria that this configuration applies to. The default is Any.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty Criteria

Gets or sets the criteria for alerts.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty ExpirationStartTime

Gets or sets the last modified time to start a query on.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty IdleMinutes

Gets or sets the interval of time, in minutes, that alerts do not change.

System_CAPS_pubproperty MonitoringClassIds

Gets a list of global unique identifier (GUID) values for the monitoring classes to target for the alert change notification.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty MonitoringObjectGroupIds

Gets a list of global unique identifier (GUID) values for the monitoring object groups to target for the alert change notification.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty PollingIntervalMinutes

Gets or sets the polling interval, in minutes, to use when polling for the alert change notifications.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty ThreeLetterWindowsLanguageName

Gets or sets the optional language three letter language code for the alert subscription.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty TimeZone

Gets or sets the time zone for the alert subscription.(Inherited from AlertSubscriptionConfiguration.)

System_CAPS_pubproperty UserSid

The security identifier (SID) of the user who configured the notification.(Inherited from AlertSubscriptionConfiguration.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top