Share via


RoleSizeOperationsExtensions.ListAsync 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 Task<RoleSizeListResponse> ListAsync(
    this IRoleSizeOperations operations
)
public:
[ExtensionAttribute]
static Task<RoleSizeListResponse^>^ ListAsync(
    IRoleSizeOperations^ operations
)
static member ListAsync : 
        operations:IRoleSizeOperations -> Task<RoleSizeListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IRoleSizeOperations
) As Task(Of RoleSizeListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<RoleSizeListResponse>

The List Role Sizes operation response.

See Also

RoleSizeOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top