AlertSettingsInner Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AlertSettingsInner() | |
AlertSettingsInner(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>) |
AlertSettingsInner()
public AlertSettingsInner ();
Public Sub New ()
Gilt für:
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)
Parameter
- emailNotification
- AlertEmailNotificationStatus
- id
- String
- name
- String
- type
- String
- alertNotificationCulture
- String
- notificationToServiceOwners
- Nullable<AlertEmailNotificationStatus>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET