次の方法で共有


DeploymentOperationsExtensions.ListNextAsync メソッド

定義

デプロイの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult> ListNextAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult>
<Extension()>
Public Function ListNextAsync (operations As IDeploymentOperations, nextLink As String) As Task(Of DeploymentListResult)

パラメーター

operations
IDeploymentOperations

Microsoft.Azure.Management.Resources.IDeploymentOperations への参照です。

nextLink
String

必須。 前回成功したリスト操作の呼び出しからの NextLink です。

戻り値

デプロイの一覧です。

適用対象