WorkerPool.WorkerSize Property

Definition

Gets or sets VM size of the worker pool instances.

[Newtonsoft.Json.JsonProperty(PropertyName="workerSize")]
public string WorkerSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="workerSize")>]
member this.WorkerSize : string with get, set
Public Property WorkerSize As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to