IAutoscaleSettingResourcePatch.PredictiveAutoscalePolicyScaleMode Property
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.
the predictive autoscale mode
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the predictive autoscale mode", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode) }, ReadOnly=false, Required=false, SerializedName="scaleMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode? PredictiveAutoscalePolicyScaleMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the predictive autoscale mode", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode) }, ReadOnly=false, Required=false, SerializedName="scaleMode")>]
member this.PredictiveAutoscalePolicyScaleMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.PredictiveAutoscalePolicyScaleMode> with get, set
Public Property PredictiveAutoscalePolicyScaleMode As Nullable(Of PredictiveAutoscalePolicyScaleMode)
Property Value
- Attributes