次の方法で共有


AppServicePlanPatchResource.PerSiteScaling プロパティ

定義

lt;code>true</code>の場合、このApp Serviceプランに割り当てられたアプリを個別にスケーリングできる場合&は、取得または設定します。 lt;code>false</code>の場合&、このApp Serviceプランに割り当てられたアプリはプランのすべてのインスタンスにスケーリングされます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象