AppServicePlanData.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. Serialized Name: AppServicePlan.properties.asyncScalingEnabled

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

Property Value

Applies to