RoleSizeOperationsExtensions.ListAsync(IRoleSizeOperations) Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse> ListAsync (this Microsoft.WindowsAzure.Management.IRoleSizeOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.IRoleSizeOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse>
<Extension()>
Public Function ListAsync (operations As IRoleSizeOperations) As Task(Of RoleSizeListResponse)

Parameters

operations
IRoleSizeOperations

Reference to the Microsoft.WindowsAzure.Management.IRoleSizeOperations.

Returns

The List Role Sizes operation response.

Applies to