次の方法で共有


GatewayOperationsExtensions.ListByServiceNext メソッド

定義

サービス インスタンスに登録されているゲートウェイのコレクションを一覧表示します。

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

パラメーター

operations
IGatewayOperations

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

nextPageLink
String

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

戻り値

適用対象