LocalFilesStorageResourceProvider.FromFile(String) Method

Definition

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

public Azure.Storage.DataMovement.StorageResourceItem FromFile (string filePath);
member this.FromFile : string -> Azure.Storage.DataMovement.StorageResourceItem
Public Function FromFile (filePath As String) As StorageResourceItem

Parameters

filePath
String

Path to the file.

Returns

Storage resource to this file.

Applies to