次の方法で共有


DeploymentOperationsExtensions.ListNext(IDeploymentOperations, String) メソッド

定義

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

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

パラメーター

operations
IDeploymentOperations

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

nextLink
String

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

戻り値

デプロイの一覧です。

適用対象