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

설명

Cloud Services 풀에 사용 가능한 가상 머신 크기(cloudServiceConfiguration으로 만든 풀)에 대한 자세한 내용은 Cloud Services 크기()를 참조하세요.https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch는 ExtraSmall을 제외한 모든 Cloud Services VM 크기를 지원합니다. Virtual Machines Marketplace(virtualMachineConfiguration으로 만든 풀)의 이미지를 사용하여 풀에 사용할 수 있는 VM 크기에 대한 자세한 내용은 Virtual Machines 크기(Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) 또는 Virtual Machines 크기(Windows)를 참조하세요.https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch는 STANDARD_A0 및 Premium Storage(STANDARD_GS, STANDARD_DS 및 STANDARD_DSV2 시리즈)를 제외한 모든 Azure VM 크기를 지원합니다.

적용 대상