다음을 통해 공유


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 크기를 갖습니다.

적용 대상