Freigeben über


TimeZonesOperationsExtensions.ListByLocationNextAsync Methode

Definition

Ruft eine Liste der verwalteten instance Zeitzonen nach Standort ab.

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))

Parameter

operations
ITimeZonesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: