共用方式為


NodeType.VmSize Property

Definition

Gets or sets the size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vmSize")]
public string VmSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vmSize")>]
member this.VmSize : string with get, set
Public Property VmSize As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to