次の方法で共有


EmailNotification コンストラクター

定義

オーバーロード

EmailNotification()

EmailNotification クラスの新しいインスタンスを初期化します。

EmailNotification(Nullable<Boolean>, Nullable<Boolean>, IList<String>)

EmailNotification クラスの新しいインスタンスを初期化します。

EmailNotification()

EmailNotification クラスの新しいインスタンスを初期化します。

public EmailNotification();
Public Sub New ()

適用対象

EmailNotification(Nullable<Boolean>, Nullable<Boolean>, IList<String>)

EmailNotification クラスの新しいインスタンスを初期化します。

public EmailNotification(bool? sendToSubscriptionAdministrator = default, bool? sendToSubscriptionCoAdministrators = default, System.Collections.Generic.IList<string> customEmails = default);
new Microsoft.Azure.Management.Monitor.Models.EmailNotification : Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Monitor.Models.EmailNotification
Public Sub New (Optional sendToSubscriptionAdministrator As Nullable(Of Boolean) = Nothing, Optional sendToSubscriptionCoAdministrators As Nullable(Of Boolean) = Nothing, Optional customEmails As IList(Of String) = Nothing)

パラメーター

sendToSubscriptionAdministrator
Nullable<Boolean>

サブスクリプション管理者に電子メールを送信するかどうかを示す値。

sendToSubscriptionCoAdministrators
Nullable<Boolean>

サブスクリプションの共同管理者に電子メールを送信するかどうかを示す値。

customEmails
IList<String>

カスタム電子メール の一覧。 この値は null または空にすることができます。この場合、この属性は無視されます。

適用対象