共用方式為


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

備註

如需使用 cloudServiceConfiguration) 所建立之雲端服務 (集區可用虛擬機器大小的相關資訊,請參閱雲端服務 (的大小https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch 支援除了 ExtraSmall 以外的所有雲端服務 VM 大小。 如需使用使用 virtualMachineConfigur) ation 建立之 虛擬機器 Marketplace (集區映射之集區可用 VM 大小的相關資訊,請參閱 虛擬機器 (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) 大小或 虛擬機器 (Windows) (的大小https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch 支援除了STANDARD_A0和具有進階儲存體 (STANDARD_GS、STANDARD_DS和STANDARD_DSV2系列) 以外的所有 Azure VM 大小。

適用於