Share via


Cluster.VmSize 屬性

定義

取得或設定 VM 大小。

[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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

叢集中虛擬機器的大小。 叢集中的所有節點具有相同的 VM 大小。

適用於