Share via


ScaleAction.Direction Property

 

Optional. Whether the scaling action increases or decreases the number of instances.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public ScaleDirection Direction { get; set; }
public:
property ScaleDirection Direction {
    ScaleDirection get();
    void set(ScaleDirection value);
}
member Direction : ScaleDirection with get, set
Public Property Direction As ScaleDirection

Property Value

Type: Microsoft.Azure.Management.Insights.Models.ScaleDirection

See Also

ScaleAction Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top