Compartir a través de


DeploymentScriptsOperationsExtensions.ListByResourceGroupNextAsync Método

Definición

Enumera los scripts de implementaciones.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IDeploymentScriptsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentScript))

Parámetros

operations
IDeploymentScriptsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a