次の方法で共有


EmailNotification クラス

定義

自動スケーリング イベントの通知をEmailします。

public class EmailNotification
type EmailNotification = class
Public Class EmailNotification
継承
EmailNotification

コンストラクター

EmailNotification()

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

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

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

プロパティ

CustomEmails

カスタム電子メール リストを取得または設定します。 この値は null または空にすることができます。この場合、この属性は無視されます。

SendToSubscriptionAdministrator

サブスクリプション管理者にメールを送信するかどうかを示す値を取得または設定します。

SendToSubscriptionCoAdministrators

サブスクリプション共同管理者に電子メールを送信するかどうかを示す値を取得または設定します。

適用対象