Partilhar via


VaultsOperationsExtensions.ListDeletedNextAsync Método

Definição

Obtém informações sobre os cofres excluídos em uma assinatura.

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

Parâmetros

operations
IVaultsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a