LocationOperationsExtensions.ListSupportedVirtualMachineSkusNext Method

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku> ListSupportedVirtualMachineSkusNext (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string nextPageLink);
static member ListSupportedVirtualMachineSkusNext : Microsoft.Azure.Management.Batch.ILocationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>
<Extension()>
Public Function ListSupportedVirtualMachineSkusNext (operations As ILocationOperations, nextPageLink As String) As 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.

Returns

Applies to