DataLakeFileSystemClient.UndeletePath 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 Azure.Response<Azure.Storage.Files.DataLake.DataLakePathClient> UndeletePath (string deletedPath, string deletionId, System.Threading.CancellationToken cancellationToken = default);
abstract member UndeletePath : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.DataLake.DataLakePathClient>
override this.UndeletePath : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.DataLake.DataLakePathClient>
Public Overridable Function UndeletePath (deletedPath As String, deletionId As String, Optional cancellationToken As CancellationToken = Nothing) As 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 GetDeletedPathsAsync(String, CancellationToken)de suppression avec .
- 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