次の方法で共有


WebhooksOperationsExtensions.ListEventsNext メソッド

定義

指定された webhook の最近のイベントを一覧表示します。

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

パラメーター

operations
IWebhooksOperations

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

nextPageLink
String

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

戻り値

適用対象