Compartir a través de


DeploymentsOperationsExtensions.ListAtSubscriptionScopeNext Método

Definición

Obtenga todas las implementaciones de una suscripción.

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