AppServicePlan.PerSiteScaling Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si <code>true</code>, les applications affectées à ce plan App Service peuvent être mises à l’échelle indépendamment. Si <code>false</code>, les applications affectées à ce plan App Service seront mises à l’échelle pour toutes les instances du 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)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET