NotificationSettings 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.
Settings for notification
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.NotificationSettingsTypeConverter))]
public class NotificationSettings : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.INotificationSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.NotificationSettingsTypeConverter))>]
type NotificationSettings = class
interface INotificationSettings
interface IJsonSerializable
Public Class NotificationSettings
Implements INotificationSettings
- Inheritance
-
NotificationSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NotificationSettings() |
Creates an new NotificationSettings instance. |
Properties
| Name | Description |
|---|---|
| AdditionalRecipient |
The list of additional recipients |
| NotifyDcAdmin |
Should domain controller admins be notified |
| NotifyGlobalAdmin |
Should global admins be notified |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NotificationSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NotificationSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.INotificationSettings. |
| FromJsonString(String) |
Creates a new instance of NotificationSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NotificationSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |