VirtualMachineSizesOperationsExtensions.ListAsync Method

Definition

This API is deprecated. Use Resources Skus

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSizeInner>> ListAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineSizesOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineSizesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSizeInner>>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineSizesOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of VirtualMachineSizeInner))

Parameters

operations
IVirtualMachineSizesOperations

The operations group for this extension method.

location
String

The location upon which virtual-machine-sizes is queried.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to