Partager via


DataLakeDirectoryClient.Create Méthode

Définition

L’opération Create(DataLakePathCreateOptions, CancellationToken) crée un répertoire. 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 CreateIfNotExists(DataLakePathCreateOptions, CancellationToken) .

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

public virtual Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo> Create (Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions options = default, System.Threading.CancellationToken cancellationToken = default);
override this.Create : Azure.Storage.Files.DataLake.Models.DataLakePathCreateOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo>
Public Overridable Function Create (Optional options As DataLakePathCreateOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PathInfo)

Paramètres

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 à