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)

public static Task<RoleSizeListResponse> ListAsync(
	this IRoleSizeOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.IRoleSizeOperations

Reference to the Microsoft.WindowsAzure.Management.IRoleSizeOperations.

Return Value

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

The List Role Sizes operation response.

Return to top
Show: