Compartir a través de


LocationOperationsExtensions.ListSupportedCloudServiceSkusNext Método

Definición

Obtiene la lista de tamaños de máquina virtual de servicio en la nube compatibles con Batch disponibles en la ubicación especificada.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku> ListSupportedCloudServiceSkusNext (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string nextPageLink);
static member ListSupportedCloudServiceSkusNext : Microsoft.Azure.Management.Batch.ILocationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>
<Extension()>
Public Function ListSupportedCloudServiceSkusNext (operations As ILocationOperations, nextPageLink As String) As IPage(Of SupportedSku)

Parámetros

operations
ILocationOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a