StampCapacity.WorkerSize Property

Definition

Gets or sets size of the machines. Possible values include: 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3', 'NestedSmall', 'Default'

[Newtonsoft.Json.JsonProperty(PropertyName="workerSize")]
public Microsoft.Azure.Management.AppService.Fluent.Models.WorkerSizeOptions? WorkerSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="workerSize")>]
member this.WorkerSize : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerSizeOptions> with get, set
Public Property WorkerSize As Nullable(Of WorkerSizeOptions)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to