AlertSubscriptionConfiguration Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Configuration settings for various rules that use the alert change notification data.

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


[SerializableAttribute]
public ref class AlertSubscriptionConfiguration abstract 

NameDescription
System_CAPS_pubpropertyConfigurationType

Gets or sets the type of criteria that this configuration applies to. The default is Any.

System_CAPS_pubpropertyCriteria

Gets or sets the criteria for alerts.

System_CAPS_pubpropertyExpirationStartTime

Gets or sets the last modified time to start a query on.

System_CAPS_pubpropertyMonitoringClassIds

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

System_CAPS_pubpropertyMonitoringObjectGroupIds

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

System_CAPS_pubpropertyPollingIntervalMinutes

Gets or sets the polling interval, in minutes, to use when polling for the alert change notifications.

System_CAPS_pubpropertyThreeLetterWindowsLanguageName

Gets or sets the optional language three letter language code for the alert subscription.

System_CAPS_pubpropertyTimeZone

Gets or sets the time zone for the alert subscription.

System_CAPS_pubpropertyUserSid

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: