LocalFilesStorageResourceProvider.FromDirectory(String) Method

Definition

Creates a storage resource to the directory at the given path.

public Azure.Storage.DataMovement.StorageResourceContainer FromDirectory (string directoryPath);
member this.FromDirectory : string -> Azure.Storage.DataMovement.StorageResourceContainer
Public Function FromDirectory (directoryPath As String) As StorageResourceContainer

Parameters

directoryPath
String

Path to the directory.

Returns

Storage resource to this directory.

Applies to