Compartilhar via


DeploymentScriptsOperationsExtensions.ListByResourceGroupNext Método

Definição

Lista scripts de implantações.

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

Parâmetros

operations
IDeploymentScriptsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a