StampCapacity.WorkerSize Propriedade

Definição

Obtém ou define o tamanho dos computadores. Os valores possíveis incluem: 'Small', 'Medium', 'Large', 'D1', 'D2', 'D3', 'SmallV3', 'MediumV3', 'LargeV3', 'NestedSmall', 'NestedSmallLinux', 'Default'

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a