次の方法で共有


ApiOperationOperationsExtensions.ListByApiNext メソッド

定義

指定された API の操作のコレクションを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OperationContract> ListByApiNext (this Microsoft.Azure.Management.ApiManagement.IApiOperationOperations operations, string nextPageLink);
static member ListByApiNext : Microsoft.Azure.Management.ApiManagement.IApiOperationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OperationContract>
<Extension()>
Public Function ListByApiNext (operations As IApiOperationOperations, nextPageLink As String) As IPage(Of OperationContract)

パラメーター

operations
IApiOperationOperations

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

nextPageLink
String

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

戻り値

適用対象