DeploymentOperationsExtensions.ListAtScopeNext メソッド

定義

デプロイのすべてのデプロイ操作を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation> ListAtScopeNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string nextPageLink);
static member ListAtScopeNext : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation>
<Extension()>
Public Function ListAtScopeNext (operations As IDeploymentOperations, nextPageLink As String) As IPage(Of DeploymentOperation)

パラメーター

operations
IDeploymentOperations

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

nextPageLink
String

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

戻り値

適用対象