AlertSettings 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.
The alert settings.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AlertSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AlertSettings = class
inherit BaseModel
Public Class AlertSettings
Inherits BaseModel
- Inheritance
- Attributes
Constructors
AlertSettings() |
Initializes a new instance of the AlertSettings class. |
AlertSettings(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>) |
Initializes a new instance of the AlertSettings class. |
Properties
AdditionalRecipientEmailList |
Gets or sets the alert notification email list. |
AlertNotificationCulture |
Gets or sets the alert notification culture. |
EmailNotification |
Gets or sets indicates whether email notification enabled or not. Possible values include: 'Enabled', 'Disabled' |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
Name |
Gets the name of the object. (Inherited from BaseModel) |
NotificationToServiceOwners |
Gets or sets the value indicating whether alert notification enabled for admin or not. Possible values include: 'Enabled', 'Disabled' |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET