Role::RoleSize Property

 

Gets or sets 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^

The size.

The default size is Small. For more information about Virtual Machine sizes, see Virtual Machine and Cloud Service Sizes for Microsoft Azure.

Return to top
Show: