Partager via


AutoscaleNotification Constructeurs

Définition

Surcharges

AutoscaleNotification()

Initialise une nouvelle instance de la classe AutoscaleNotification.

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

Initialise une nouvelle instance de la classe AutoscaleNotification.

AutoscaleNotification()

Initialise une nouvelle instance de la classe AutoscaleNotification.

public AutoscaleNotification ();
Public Sub New ()

S’applique à

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

Initialise une nouvelle instance de la classe 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)

Paramètres

email
EmailNotification

notification par e-mail.

webhooks
IList<WebhookNotification>

collection de notifications webhook.

S’applique à