Share via


VirtualMachineScaleSetUpdate.ScaleInPolicy Property

Definition

Gets or sets specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleInPolicy")]
public Microsoft.Azure.Management.Compute.Fluent.Models.ScaleInPolicy ScaleInPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleInPolicy")>]
member this.ScaleInPolicy : Microsoft.Azure.Management.Compute.Fluent.Models.ScaleInPolicy with get, set
Public Property ScaleInPolicy As ScaleInPolicy

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to