다음을 통해 공유


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

적용 대상