次の方法で共有


ManagedInstancesOperationsExtensions.ListByInstancePoolNext メソッド

定義

インスタンス プール内のすべてのマネージド インスタンスの一覧を取得します。

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

パラメーター

operations
IManagedInstancesOperations

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

nextPageLink
String

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

戻り値

適用対象