次の方法で共有


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。

戻り値

適用対象