次の方法で共有


TimeZonesOperationsExtensions.ListByLocationNext メソッド

定義

場所別のマネージド インスタンスのタイム ゾーンの一覧を取得します。

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)

パラメーター

operations
ITimeZonesOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象