DataLakeFileSystemClient.UndeletePathAsync 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.
Restaure un chemin d’accès supprimé de manière réversible.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.DataLakePathClient>> UndeletePathAsync (string deletedPath, string deletionId, System.Threading.CancellationToken cancellationToken = default);
abstract member UndeletePathAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.DataLakePathClient>>
override this.UndeletePathAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.DataLakePathClient>>
Public Overridable Function UndeletePathAsync (deletedPath As String, deletionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataLakePathClient))
Paramètres
- deletedPath
- String
Obligatoire. Chemin du chemin d’accès supprimé.
- deletionId
- String
Obligatoire. ID de suppression associé au chemin d’accès supprimé de manière réversible. Vous pouvez obtenir des chemins supprimés de manière réversible et leurs ID de suppression associés avec GetDeletedPathsAsync(String, CancellationToken).
- cancellationToken
- CancellationToken
Facultatif CancellationToken pour propager des notifications indiquant que l’opération doit être annulée.
Retours
Pointé Response<T> vers le chemin d’accès récemment restauré.
Remarques
Un RequestFailedException sera levée en cas d’échec.
S’applique à
Azure SDK for .NET