VirtualMachineCreateParameters.RoleSize Property
Gets or sets a VirtualMachineRoleSize value that specifies the size of the Virtual Machine.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string RoleSize { get; set; }
public:
property String^ RoleSize {
String^ get();
void set(String^ value);
}
member RoleSize : string with get, set
Public Property RoleSize As String
Property Value
Type: System.String
A VirtualMachineRoleSize value.
Remarks
For more information about Virtual Machine sizes, see Virtual Machine and Cloud Service Sizes for Microsoft Azure
See Also
VirtualMachineCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top