Partager via


RemediationsOperationsExtensions.ListDeploymentsAtManagementGroupNextAsync Méthode

Définition

Obtient tous les déploiements d’une correction au niveau de l’étendue du groupe d’administration.

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

Paramètres

operations
IRemediationsOperations

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 à