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)

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

The size.

Remarks

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

See Also

Role Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top