Share via


AppServicePlanPatch.IsPerSiteScaling Property

Definition

If <code>true</code>, apps assigned to this App Service plan can be scaled independently. If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.

public bool? IsPerSiteScaling { get; set; }
member this.IsPerSiteScaling : Nullable<bool> with get, set
Public Property IsPerSiteScaling As Nullable(Of Boolean)

Property Value

Applies to