Partager via


DeploymentOperationsExtensions.ListAtManagementGroupScopeNextAsync 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>> ListAtManagementGroupScopeNextAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAtManagementGroupScopeNextAsync : 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 ListAtManagementGroupScopeNextAsync (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 de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à