Share via


RoleInstance.InstanceSize Property

 

Gets or sets a VirtualMachineRoleSize value that specifies the size of the role instance.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string InstanceSize { get; set; }
public:
property String^ InstanceSize {
    String^ get();
    void set(String^ value);
}
member InstanceSize : string with get, set
Public Property InstanceSize As String

Property Value

Type: System.String

A VirtualMachineRoleSize value.

Remarks

For more information about role sizes, see Virtual Machine and Cloud Service Sizes for Microsoft Azure.

See Also

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

Return to top