Share via


TimeZonesOperationsExtensions.ListByLocationNext Method

Definition

Gets a list of managed instance time zones by location.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.TimeZone> ListByLocationNext (this Microsoft.Azure.Management.Sql.ITimeZonesOperations operations, string nextPageLink);
static member ListByLocationNext : Microsoft.Azure.Management.Sql.ITimeZonesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.TimeZone>
<Extension()>
Public Function ListByLocationNext (operations As ITimeZonesOperations, nextPageLink As String) As IPage(Of TimeZone)

Parameters

operations
ITimeZonesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to