次の方法で共有


AgentPoolsOperationsExtensions.ListNext(IAgentPoolsOperations, String) メソッド

定義

指定したコンテナー レジストリのすべてのエージェント プールを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool> ListNext (this Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool>
<Extension()>
Public Function ListNext (operations As IAgentPoolsOperations, nextPageLink As String) As IPage(Of AgentPool)

パラメーター

operations
IAgentPoolsOperations

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

nextPageLink
String

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

戻り値

適用対象