Compartilhar via


DeploymentOperationOperationsExtensions.ListNextAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult> ListNextAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult>
<Extension()>
Public Function ListNextAsync (operations As IDeploymentOperationOperations, nextLink As String) As Task(Of 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