FileSystemOperationsExtensions.MkdirsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein Verzeichnis.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.FileOperationResult> MkdirsAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, int? permission = default, System.Threading.CancellationToken cancellationToken = default);
static member MkdirsAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.FileOperationResult>
<Extension()>
Public Function MkdirsAsync (operations As IFileSystemOperations, accountName As String, path As String, Optional permission As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FileOperationResult)
Parameter
- operations
- IFileSystemOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- accountName
- String
Das Azure Data Lake Store-Konto zum Ausführen von Dateisystemvorgängen.
- path
- String
Der Data Lake Store-Pfad (beginnend mit "/") des zu erstellenden Verzeichnisses.
Optionale oktale Berechtigung, mit der das Verzeichnis erstellt werden soll.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET