ComputeNode.VirtualMachineSize Property
Optional. Gets or sets the size of the virtual machine hosting the compute node.
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
ComputeNode Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top