Compartir a través de


StampCapacity.WorkerSize Propiedad

Definición

Obtiene o establece el tamaño de las máquinas. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a