IRoleSizeOperations.ListAsync(CancellationToken) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of RoleSizeListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Role Sizes operation response.

Applies to