AppServicePlan.IsAsyncScalingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)