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

AutoscaleSettingPatch 类

定义

修补操作的自动缩放设置对象。

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

构造函数

AutoscaleSettingPatch()

初始化 AutoscaleSettingPatch 的新实例。

属性

AutoscaleSettingName

自动缩放设置的名称。

IsEnabled

已启用的标志。 指定是否为资源启用自动缩放。 默认值为“false”。

Notifications

通知的集合。

PredictiveAutoscalePolicy

预测性自动缩放策略模式。

Profiles

为不同时间段指定不同缩放参数的自动缩放配置文件的集合。 最多可指定 20 个配置文件。

Tags

资源标记。

TargetResourceId

自动缩放设置应添加到的资源的资源标识符。

TargetResourceLocation

自动缩放设置应添加到的资源的位置。

适用于