次の方法で共有


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 のイメージを使用するプールで使用可能な VM サイズ (virtualMachineConfiguration で作成されたプール) の詳細については、「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 サイズがサポートされます。

適用対象