LocationOperationsExtensions.ListSupportedCloudServiceSkusNextAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>> ListSupportedCloudServiceSkusNextAsync (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListSupportedCloudServiceSkusNextAsync : 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 ListSupportedCloudServiceSkusNextAsync (operations As ILocationOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET