你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiReleaseOperationsExtensions.ListByServiceNext 方法

定义

列出 API 的所有版本。 将某个 API 修订版设为当前版本时创建 API 版本。 版本还用于回滚到以前的修订版。 结果将会分页,并可由 $top 和 $skip 参数约束。

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

参数

operations
IApiReleaseOperations

此扩展方法的操作组。

nextPageLink
String

上一次成功调用 List 操作的 NextLink。

返回

适用于