KeyVaultClientExtensions.GetDeletedSasDefinitionsNextAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie les définitions SAP supprimées pour le coffre et le compte de stockage spécifiés.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionItem>> GetDeletedSasDefinitionsNextAsync (this Microsoft.Azure.KeyVault.IKeyVaultClient operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedSasDefinitionsNextAsync : Microsoft.Azure.KeyVault.IKeyVaultClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionItem>>
<Extension()>
Public Function GetDeletedSasDefinitionsNextAsync (operations As IKeyVaultClient, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedSasDefinitionItem))
Paramètres
- operations
- IKeyVaultClient
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
Remarques
L’opération Obtenir les définitions sas supprimées retourne les définitions SAS qui ont été supprimées pour un coffre activé pour la suppression réversible. Cette opération nécessite l’autorisation storage/listsas.
S’applique à
Azure SDK for .NET