IAutoscaleSetting 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.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) |