Share via


AutoscaleNotification Konstruktoren

Definition

Überlädt

AutoscaleNotification()

Initialisiert eine neue instance der AutoscaleNotification-Klasse.

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

Initialisiert eine neue instance der AutoscaleNotification-Klasse.

AutoscaleNotification()

Initialisiert eine neue instance der AutoscaleNotification-Klasse.

public AutoscaleNotification ();
Public Sub New ()

Gilt für:

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

Initialisiert eine neue instance der AutoscaleNotification-Klasse.

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)

Parameter

email
EmailNotification

die E-Mail-Benachrichtigung.

webhooks
IList<WebhookNotification>

die Sammlung von Webhookbenachrichtigungen.

Gilt für: