VirtualMachineUpdateParameters::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)

public:
property String^ RoleSize {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A VirtualMachineRoleSize value.

Return to top
Show: