Share via


RoleSizeOperationsExtensions.List Method (IRoleSizeOperations)

 

The List Role Sizes operation lists all of the role sizes that are valid for your subscription.

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

Syntax

public static RoleSizeListResponse List(
    this IRoleSizeOperations operations
)
public:
[ExtensionAttribute]
static RoleSizeListResponse^ List(
    IRoleSizeOperations^ operations
)
static member List : 
        operations:IRoleSizeOperations -> RoleSizeListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IRoleSizeOperations
) As RoleSizeListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse

The List Role Sizes operation response.

See Also

RoleSizeOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top