次の方法で共有


AppServiceEnvironmentPatchResource.WorkerPools プロパティ

定義

ワーカー サイズ ID、VM サイズ、各プール内のワーカー数を含むワーカー プールの説明を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.workerPools")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool> WorkerPools { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.workerPools")>]
member this.WorkerPools : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool> with get, set
Public Property WorkerPools As IList(Of WorkerPool)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象