Compartir a través de


DeploymentsOperationsExtensions.ListAtScopeNext Método

Definición

Obtenga todas las implementaciones en el ámbito especificado.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended> ListAtScopeNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string nextPageLink);
static member ListAtScopeNext : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended>
<Extension()>
Public Function ListAtScopeNext (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