AlertSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AlertSettings() |
AlertSettings クラスの新しいインスタンスを初期化します。 |
AlertSettings(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>) |
AlertSettings クラスの新しいインスタンスを初期化します。 |
AlertSettings()
AlertSettings クラスの新しいインスタンスを初期化します。
public AlertSettings ();
Public Sub New ()
適用対象
AlertSettings(AlertEmailNotificationStatus, String, String, String, Nullable<Kind>, String, Nullable<AlertEmailNotificationStatus>, IList<String>)
AlertSettings クラスの新しいインスタンスを初期化します。
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)
パラメーター
- emailNotification
- AlertEmailNotificationStatus
電子メール通知が有効かどうかを示します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- id
- String
オブジェクトを一意に識別するパス ID。
- name
- String
オブジェクトの名前。
- type
- String
オブジェクトの階層型。
- alertNotificationCulture
- String
アラート通知カルチャ。
- notificationToServiceOwners
- Nullable<AlertEmailNotificationStatus>
管理者に対してアラート通知が有効になっているかどうかを示す値。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET