次の方法で共有


DeploymentsOperationsExtensions.ListNext メソッド

定義

アプリ内のすべてのリソースを一覧表示する要求を処理します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource> ListNext (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource>
<Extension()>
Public Function ListNext (operations As IDeploymentsOperations, nextPageLink As String) As IPage(Of DeploymentResource)

パラメーター

operations
IDeploymentsOperations

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

nextPageLink
String

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

戻り値

適用対象