次の方法で共有


ProductApiOperationsExtensions.ListByProductNext メソッド

定義

製品に関連付けられている API のコレクションを一覧表示します。

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

パラメーター

operations
IProductApiOperations

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

nextPageLink
String

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

戻り値

適用対象