IRoleSizeOperations.ListAsync Method (CancellationToken)

 

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)

Task<RoleSizeListResponse> ListAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The List Role Sizes operation response.

Return to top
Show: