Partager via


DeploymentOperationsExtensions.ListNextAsync Méthode

Définition

Obtient toutes les opérations de déploiement pour un déploiement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>> ListNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>>
<Extension()>
Public Function ListNextAsync (operations As IDeploymentOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentOperationInner))

Paramètres

operations
IDeploymentOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à