你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StampCapacity.WorkerSize 属性

定义

获取或设置计算机的大小。 可能的值包括:“Small”、“Medium”、“Large”、“D1”、“D2”、“D3”、“SmallV3”、“MediumV3”、“LargeV3”、“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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于