ScaleAction.Type Property

Definition

Gets or sets the type of action that should occur when the scale rule fires. Possible values include: 'ChangeCount', 'PercentChangeCount', 'ExactCount', 'ServiceAllowedNextValue'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.Monitor.Models.ScaleType Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Microsoft.Azure.Management.Monitor.Models.ScaleType with get, set
Public Property Type As ScaleType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to