共用方式為


AlertSettings Constructors

Definition

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.

kind
Nullable<Kind>

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'

additionalRecipientEmailList
IList<String>

The alert notification email list.

Applies to