Compartir a través de


DeploymentsOperationsExtensions.ListByResourceGroupNext Método

Definición

Se enumeran todas las implementaciones en un grupo de recursos.

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

Parámetros

operations
IDeploymentsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a