VirtualMachineScaleSet.ConstrainedMaximumCapacity Property

Definition

Gets or sets optional property which must either be set to True or omitted.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.constrainedMaximumCapacity")]
public bool? ConstrainedMaximumCapacity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.constrainedMaximumCapacity")>]
member this.ConstrainedMaximumCapacity : Nullable<bool> with get, set
Public Property ConstrainedMaximumCapacity As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to