AutoscaleNotification Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
- EmailNotification
die E-Mail-Benachrichtigung.
- webhooks
- IList<WebhookNotification>
die Sammlung von Webhookbenachrichtigungen.
Gilt für:
Azure SDK for .NET