共用方式為


StampCapacity.WorkerSize 屬性

定義

取得或設定機器的大小。 可能的值包括:'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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於