Partager via


DataLakeFileSystemClient.CreateDirectoryAsync Méthode

Définition

L’opération CreateDirectoryAsync(String, DataLakePathCreateOptions, CancellationToken) crée un répertoire dans ce système de fichiers. Si le répertoire existe déjà, il est remplacé. Si vous n’avez pas l’intention de remplacer un répertoire existant, envisagez d’utiliser l’API CreateIfNotExistsAsync(DataLakePathCreateOptions, CancellationToken) .

Pour plus d’informations, consultez https://docs.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/path/create.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.DataLakeDirectoryClient>> CreateDirectoryAsync (string path, Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateDirectoryAsync : string * Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.DataLakeDirectoryClient>>
override this.CreateDirectoryAsync : string * Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.DataLakeDirectoryClient>>
Public Overridable Function CreateDirectoryAsync (path As String, Optional options As DataLakePathCreateOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataLakeDirectoryClient))

Paramètres

path
String

Chemin d’accès au répertoire à créer.

options
DataLakePathCreateOptions

Paramètres facultatifs.

cancellationToken
CancellationToken

Facultatif CancellationToken pour propager des notifications indiquant que l’opération doit être annulée.

Retours

Response<T> décrivant le répertoire nouvellement créé.

Remarques

Un RequestFailedException est levée si une défaillance se produit.

S’applique à