你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoscaleNotification 类

定义

自动缩放通知。

public class AutoscaleNotification
type AutoscaleNotification = class
Public Class AutoscaleNotification
继承
AutoscaleNotification

构造函数

AutoscaleNotification()

初始化 AutoscaleNotification 类的新实例。

AutoscaleNotification(EmailNotification, IList<WebhookNotification>)

初始化 AutoscaleNotification 类的新实例。

属性

Email

获取或设置电子邮件通知。

Operation

与通知关联的操作及其值必须为“scale”

Webhooks

获取或设置 Webhook 通知的集合。

适用于