Share via


IAppServicePlan.PerSiteScaling Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\r\n        If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="perSiteScaling")]
public bool? PerSiteScaling { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\r\n        If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="perSiteScaling")>]
member this.PerSiteScaling : Nullable<bool> with get, set
Public Property PerSiteScaling As Nullable(Of Boolean)

Property Value

Attributes

Applies to