CloudPool.VirtualMachineSize Property

Definition

Gets or sets the size of the virtual machines in the pool. All virtual machines in a pool are the same size.

public string VirtualMachineSize { get; set; }
member this.VirtualMachineSize : string with get, set
Public Property VirtualMachineSize As String

Property Value

Remarks

For information about available sizes of virtual machines in pools, see Choose a VM size for compute nodes in an Azure Batch pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).

Applies to