Share via


LocationOperationsExtensions.ListSupportedVirtualMachineSkusNextAsync Method

Definition

Gets the list of Batch supported Virtual Machine VM sizes available at the given location.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>> ListSupportedVirtualMachineSkusNextAsync (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListSupportedVirtualMachineSkusNextAsync : Microsoft.Azure.Management.Batch.ILocationOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>
<Extension()>
Public Function ListSupportedVirtualMachineSkusNextAsync (operations As ILocationOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SupportedSku))

Parameters

operations
ILocationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to