Compartilhar via


DeploymentOperationOperationsExtensions.ListNext Método

Definição

Obtém uma lista de próximas operações de implantações.

public static Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult ListNext (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string -> Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult
<Extension()>
Public Function ListNext (operations As IDeploymentOperationOperations, nextLink As String) As DeploymentOperationsListResult

Parâmetros

operations
IDeploymentOperationOperations

Referência para o Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.

nextLink
String

Obrigatórios. NextLink da chamada bem-sucedida anterior à operação List.

Retornos

Lista de operações de implantação.

Aplica-se a