IScaleCapacity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |