AppServicePlanProperties.PerSiteScaling 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 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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public bool? PerSiteScaling { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.PerSiteScaling : Nullable<bool> with get, set
Public Property PerSiteScaling As Nullable(Of Boolean)
Property Value
Implements
- Attributes