Share via


DeploymentsOperationsExtensions.ListAtManagementGroupScopeNext メソッド

定義

管理グループのすべてのデプロイを取得します。

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

パラメーター

operations
IDeploymentsOperations

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

nextPageLink
String

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

戻り値

適用対象