AlertSettingsInner 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
AlertSettingsInner() | |
AlertSettingsInner(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>) |
AlertSettingsInner()
public AlertSettingsInner ();
Public Sub New ()
Applies to
AlertSettingsInner(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>)
public AlertSettingsInner (Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus emailNotification, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, string alertNotificationCulture = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus? notificationToServiceOwners = default, System.Collections.Generic.IList<string> additionalRecipientEmailList = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSettingsInner : Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertEmailNotificationStatus> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSettingsInner
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
- id
- String
- name
- String
- type
- String
- alertNotificationCulture
- String
- notificationToServiceOwners
- Nullable<AlertEmailNotificationStatus>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET