AppServiceEnvironmentResourceInner.WorkerPools Property

Definition

Gets or sets description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to