Share via


ManagementClient.RoleSizes Property

 

The Service Management API includes operations for listing the available role sizes for VMs in your subscription.

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

Syntax

public virtual IRoleSizeOperations RoleSizes { get; }
public:
property IRoleSizeOperations^ RoleSizes {
    virtual IRoleSizeOperations^ get();
}
abstract RoleSizes : IRoleSizeOperations with get
override RoleSizes : IRoleSizeOperations with get
Public Overridable ReadOnly Property RoleSizes As IRoleSizeOperations

Property Value

Type: Microsoft.WindowsAzure.Management.IRoleSizeOperations

Implements

IManagementClient.RoleSizes

See Also

ManagementClient Class
Microsoft.WindowsAzure.Management Namespace

Return to top