AutoscaleNotification Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- EmailNotification
notification par e-mail.
- webhooks
- IList<WebhookNotification>
collection de notifications webhook.
S’applique à
Azure SDK for .NET