NotificationSubscription 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.
A notification subscription.
public ref class NotificationSubscription abstract : Microsoft::EnterpriseManagement::Common::CreatableMonitoringBaseWithId
[System.Serializable]
public abstract class NotificationSubscription : Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
type NotificationSubscription = class
inherit CreatableMonitoringBaseWithId
Public MustInherit Class NotificationSubscription
Inherits CreatableMonitoringBaseWithId
- Inheritance
-
NotificationSubscription
- Derived
- Attributes
Properties
Actions |
The actions for this notification. |
BccRecipients |
The Bcc: recipients for this notification. |
CcRecipients |
The Cc: recipients for this notification. |
Description |
The description of the subscription. |
DisplayName |
The display name of the subscription. |
Enabled |
Indicates if the subscription is enabled |
ManagementGroup |
The ManagementGroup the object was instantiated in. |
Name |
The name of the subscription. |
ToRecipients |
The To: recipients for this notification. |
Methods
Reconnect(EnterpriseManagementGroup) |
Reconnects the specified management group. |
Update() |
Updates the notification subscription. |
Update(Boolean) |
Updates the notification subscription. |