次の方法で共有


WebhooksOperationsExtensions.ListNext(IWebhooksOperations, String) メソッド

定義

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

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

パラメーター

operations
IWebhooksOperations

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

nextPageLink
String

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

戻り値

適用対象