VirtualMachineScaleSet.ScaleInPolicy Property

Definition

Gets or sets specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to