Compartilhar via


AppServicePlan.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 Azure.Provisioning.BicepValue<bool> IsPerSiteScaling { get; set; }
member this.IsPerSiteScaling : Azure.Provisioning.BicepValue<bool> with get, set
Public Property IsPerSiteScaling As BicepValue(Of Boolean)

Property Value

Applies to