AutoscaleNotification Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- EmailNotification
a notificação por email.
- webhooks
- IList<WebhookNotification>
a coleção de notificações de webhook.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET