Share via


AppServicePlan.IsAsyncScalingEnabled Property

Definition

If <code>true</code>, this App Service Plan will attempt to scale asynchronously if there are insufficient workers to scale synchronously. If <code>false</code>, this App Service Plan will only attempt sync scaling.

public Azure.Provisioning.BicepValue<bool> IsAsyncScalingEnabled { get; set; }
member this.IsAsyncScalingEnabled : Azure.Provisioning.BicepValue<bool> with get, set
Public Property IsAsyncScalingEnabled As BicepValue(Of Boolean)

Property Value

Applies to