次の方法で共有


DeploymentsOperationsExtensions.ListForClusterNext メソッド

定義

特定のサービスのデプロイを一覧表示する

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

パラメーター

operations
IDeploymentsOperations

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

nextPageLink
String

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

戻り値

適用対象