次の方法で共有


ManagedDatabasesOperationsExtensions.ListByInstanceNext メソッド

定義

マネージド データベースの一覧を取得します。

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

パラメーター

operations
IManagedDatabasesOperations

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

nextPageLink
String

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

戻り値

適用対象