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

IScaleCapacity Interface

Definition

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

Properties

Default

the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.

Maximum

the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.

Minimum

the minimum number of instances for the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to