다음을 통해 공유


FileServerCreateParameters.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

설명

파일 서버에 대한 가상 머신의 크기입니다. Virtual Machines Marketplace에서 사용 가능한 VM 크기에 대한 자세한 내용은 Virtual Machines 크기(Linux)를 참조하세요.

적용 대상