你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IAutoscaleSettingResourcePatch 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.AutoscaleSettingResourcePatchTypeConverter))]
public interface IAutoscaleSettingResourcePatch : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.Api20221001.AutoscaleSettingResourcePatchTypeConverter))>]
type IAutoscaleSettingResourcePatch = interface
interface IJsonSerializable
Public Interface IAutoscaleSettingResourcePatch
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. |
Tag |
Resource tags |
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) |