AlertSettings Constructors
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.
Overloads
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. |
AlertSettings()
Initializes a new instance of the AlertSettings class.
public AlertSettings ();
Public Sub New ()
Applies to
AlertSettings(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>)
Initializes a new instance of the AlertSettings class.
public AlertSettings (Microsoft.Azure.Management.StorSimple8000Series.Models.AlertEmailNotificationStatus emailNotification, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, string alertNotificationCulture = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertEmailNotificationStatus? notificationToServiceOwners = default, System.Collections.Generic.IList<string> additionalRecipientEmailList = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.AlertEmailNotificationStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertEmailNotificationStatus> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSettings
Public Sub New (emailNotification As AlertEmailNotificationStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional alertNotificationCulture As String = Nothing, Optional notificationToServiceOwners As Nullable(Of AlertEmailNotificationStatus) = Nothing, Optional additionalRecipientEmailList As IList(Of String) = Nothing)
Parameters
- emailNotification
- AlertEmailNotificationStatus
Indicates whether email notification enabled or not. Possible values include: 'Enabled', 'Disabled'
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The name of the object.
- type
- String
The hierarchical type of the object.
The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'
- alertNotificationCulture
- String
The alert notification culture.
- notificationToServiceOwners
- Nullable<AlertEmailNotificationStatus>
The value indicating whether alert notification enabled for admin or not. Possible values include: 'Enabled', 'Disabled'