Compartir a través de


TimeZonesOperationsExtensions.ListByLocationNextAsync Método

Definición

Obtiene una lista de zonas horarias de instancia administrada por ubicación.

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

Parámetros

operations
ITimeZonesOperations

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