IScaleRule.ScaleActionDirection 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 scale direction. Whether the scaling action increases or decreases the number of instances.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the scale direction. Whether the scaling action increases or decreases the number of instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection) }, ReadOnly=false, Required=true, SerializedName="direction")]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection ScaleActionDirection { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the scale direction. Whether the scaling action increases or decreases the number of instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection) }, ReadOnly=false, Required=true, SerializedName="direction")>]
member this.ScaleActionDirection : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.ScaleDirection with get, set
Public Property ScaleActionDirection As ScaleDirection
Property Value
- Attributes