次の方法で共有


LedgerDigestUploadsOperationsExtensions.ListByDatabaseNext メソッド

定義

データベース上のすべての台帳ダイジェストアップロード設定を取得します。

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

パラメーター

operations
ILedgerDigestUploadsOperations

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

nextPageLink
String

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

戻り値

適用対象