次の方法で共有


TenantSettingsOperationsExtensions.ListByServiceNext メソッド

定義

パブリック設定。

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

パラメーター

operations
ITenantSettingsOperations

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

nextPageLink
String

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

戻り値

適用対象