次の方法で共有


AutoscaleNotification コンストラクター

定義

オーバーロード

AutoscaleNotification()

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

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

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

AutoscaleNotification()

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

public AutoscaleNotification ();
Public Sub New ()

適用対象

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

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

public AutoscaleNotification (Microsoft.Azure.Management.Monitor.Models.EmailNotification email = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WebhookNotification> webhooks = default);
new Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification : Microsoft.Azure.Management.Monitor.Models.EmailNotification * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WebhookNotification> -> Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification
Public Sub New (Optional email As EmailNotification = Nothing, Optional webhooks As IList(Of WebhookNotification) = Nothing)

パラメーター

email
EmailNotification

電子メール通知。

webhooks
IList<WebhookNotification>

webhook 通知のコレクション。

適用対象