ScaleSettings.FixedScale Property

Definition

Gets or sets fixed scale settings for the pool.

[Newtonsoft.Json.JsonProperty(PropertyName="fixedScale")]
public Microsoft.Azure.Management.Batch.Models.FixedScaleSettings FixedScale { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fixedScale")>]
member this.FixedScale : Microsoft.Azure.Management.Batch.Models.FixedScaleSettings with get, set
Public Property FixedScale As FixedScaleSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property and autoScale are mutually exclusive and one of the properties must be specified.

Applies to