Compartir a través de


DeploymentsOperationsExtensions.ListAtManagementGroupScopeNext Método

Definición

Obtenga todas las implementaciones de un grupo de administración.

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)

Parámetros

operations
IDeploymentsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a