Partilhar via


AutoscaleNotification Construtores

Definição

Sobrecargas

AutoscaleNotification()

Inicializa uma nova instância da classe AutoscaleNotification.

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

Inicializa uma nova instância da classe AutoscaleNotification.

AutoscaleNotification()

Inicializa uma nova instância da classe AutoscaleNotification.

public AutoscaleNotification ();
Public Sub New ()

Aplica-se a

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

Inicializa uma nova instância da 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)

Parâmetros

email
EmailNotification

a notificação por email.

webhooks
IList<WebhookNotification>

a coleção de notificações de webhook.

Aplica-se a