次の方法で共有


GatewayHostnameConfigurationOperationsExtensions.ListByServiceNext メソッド

定義

指定されたゲートウェイのホスト名構成のコレクションを一覧表示します。

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

パラメーター

operations
IGatewayHostnameConfigurationOperations

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

nextPageLink
String

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

戻り値

適用対象