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

IAutoscaleSetting Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleSettingTypeConverter))]
public interface IAutoscaleSetting : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleSettingTypeConverter))>]
type IAutoscaleSetting = interface
    interface IJsonSerializable
Public Interface IAutoscaleSetting
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Enabled

the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.

Name

the name of the autoscale setting.

Notification

the collection of notifications.

PredictiveAutoscalePolicyScaleLookAheadTime

the amount of time to specify by which instances are launched in advance. It must be between 1 minute and 60 minutes in ISO 8601 format.

PredictiveAutoscalePolicyScaleMode

the predictive autoscale mode

Profile

the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.

TargetResourceLocation

the location of the resource that the autoscale setting should be added to.

TargetResourceUri

the resource identifier of the resource that the autoscale setting should be added to.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to