Partager via


DeploymentOperationOperationsExtensions.ListNext Méthode

Définition

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

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

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 à