IScaleRule.ScaleActionDirection Property

Definition

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

Applies to