Partager via


DeploymentOperationOperationsExtensions.ListNextAsync Méthode

Définition

Obtient une liste d'opérations de déploiement à venir.

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)

Paramètres

operations
IDeploymentOperationOperations

Référence à Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.

nextLink
String

Obligatoire. NextLink de l'appel réussi précédent à l'opération de liste.

Retours

Liste d'opérations de déploiement.

S’applique à