Partager via


DeploymentOperationsExtensions.ListNextAsync Méthode

Définition

Obtient la liste des déploiements.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult> ListNextAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult>
<Extension()>
Public Function ListNextAsync (operations As IDeploymentOperations, nextLink As String) As Task(Of DeploymentListResult)

Paramètres

operations
IDeploymentOperations

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

nextLink
String

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

Retours

Liste de déploiements.

S’applique à