Compartir a través de


ArmMonitorModelFactory.AutoscaleNotification Método

Definición

Inicializa una nueva instancia de AutoscaleNotification.

public static Azure.ResourceManager.Monitor.Models.AutoscaleNotification AutoscaleNotification (Azure.ResourceManager.Monitor.Models.MonitorOperationType operation = default, Azure.ResourceManager.Monitor.Models.EmailNotification email = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Models.WebhookNotification> webhooks = default);
static member AutoscaleNotification : Azure.ResourceManager.Monitor.Models.MonitorOperationType * Azure.ResourceManager.Monitor.Models.EmailNotification * seq<Azure.ResourceManager.Monitor.Models.WebhookNotification> -> Azure.ResourceManager.Monitor.Models.AutoscaleNotification
Public Shared Function AutoscaleNotification (Optional operation As MonitorOperationType = Nothing, Optional email As EmailNotification = Nothing, Optional webhooks As IEnumerable(Of WebhookNotification) = Nothing) As AutoscaleNotification

Parámetros

operation
MonitorOperationType

la operación asociada a la notificación y su valor debe ser "scale".

email
EmailNotification

la notificación por correo electrónico.

webhooks
IEnumerable<WebhookNotification>

la colección de notificaciones de webhook.

Devoluciones

AutoscaleNotification Nueva instancia para simular.

Se aplica a