PoolSpecification.VirtualMachineSize Property
Required. Gets or sets the size of the virtual machines in the pool. All VMs in a pool are the same size.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public string VirtualMachineSize { get; set; }
public:
property String^ VirtualMachineSize {
String^ get();
void set(String^ value);
}
member VirtualMachineSize : string with get, set
Public Property VirtualMachineSize As String
Property Value
Type: System.String
See Also
PoolSpecification Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top