次の方法で共有


GatewayApiOperationsExtensions.ListByServiceNext メソッド

定義

ゲートウェイに関連付けられている API のコレクションを一覧表示します。

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

パラメーター

operations
IGatewayApiOperations

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

nextPageLink
String

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

戻り値

適用対象