Partager via


VaultsOperationsExtensions.ListDeletedNextAsync Méthode

Définition

Obtient des informations sur les coffres supprimés dans un abonnement.

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

Paramètres

operations
IVaultsOperations

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 à