Compartir a través de


AppServicePlanInner.PerSiteScaling Propiedad

Definición

Obtiene o establece si <code>true</code>, las aplicaciones asignadas a este plan de App Service se pueden escalar de forma independiente. Si <code>false</code>, las aplicaciones asignadas a este plan App Service escalarán a todas las instancias del plan.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.perSiteScaling")]
public bool? PerSiteScaling { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.perSiteScaling")>]
member this.PerSiteScaling : Nullable<bool> with get, set
Public Property PerSiteScaling As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a