FileSystemOperationsExtensions.RenameAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Renomeie um arquivo ou diretório.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.FileOperationResult> RenameAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string renameFilePath, string destination, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.FileOperationResult> RenameAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, string destination, System.Threading.CancellationToken cancellationToken = default);
static member RenameAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.FileOperationResult>
static member RenameAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.FileOperationResult>
<Extension()>
Public Function RenameAsync (operations As IFileSystemOperations, accountName As String, renameFilePath As String, destination As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FileOperationResult)
<Extension()>
Public Function RenameAsync (operations As IFileSystemOperations, accountName As String, path As String, destination As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FileOperationResult)
Parâmetros
- operations
- IFileSystemOperations
O grupo de operações para esse método de extensão.
- accountName
- String
A conta do Azure Data Lake Store na qual executar operações do sistema de arquivos.
- renameFilePathpath
- String
O caminho do Data Lake Store (começando com '/') do arquivo ou diretório para mover/renomear.
- destination
- String
O caminho para mover/renomear o arquivo ou pasta para
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET