Compartir a través de


DeploymentScriptsOperationsExtensions.ListBySubscriptionNext Método

Definición

Enumera todos los scripts de implementación de una suscripción determinada.

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

Parámetros

operations
IDeploymentScriptsOperations

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