AlertSubscriptionConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for various rules that use the Alert Change Notification Data Source
public ref class AlertSubscriptionConfiguration abstract
[System.Serializable]
public abstract class AlertSubscriptionConfiguration
type AlertSubscriptionConfiguration = class
Public MustInherit Class AlertSubscriptionConfiguration
- Inheritance
-
AlertSubscriptionConfiguration
- Derived
- Attributes
Properties
| ConfigurationType |
The type of criteria this configuration applies to. Defaults to Any. |
| Criteria |
The well-formed criteria for alerts. |
| ExpirationStartTime |
The last modified time to start the queries on. |
| MonitoringClassIds |
The classes to target. |
| MonitoringObjectGroupIds |
The groups to target. |
| PollingIntervalMinutes |
The polling interval to use. |
| ThreeLetterWindowsLanguageName |
The optional language code. By default, will use the currently connected language code. |
| TimeZone |
Time zone information. |
| UserSid |
The sid of the user who configured the notification. |