你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RestoreFileSpecs interface

Restore file specs like file path, type and target folder path info.

Properties

fileSpecType

Indicates what the Path variable stands for

path

Source File/Folder path

targetFolderPath

Destination folder path in target FileShare

Property Details

fileSpecType

Indicates what the Path variable stands for

fileSpecType?: string

Property Value

string

path

Source File/Folder path

path?: string

Property Value

string

targetFolderPath

Destination folder path in target FileShare

targetFolderPath?: string

Property Value

string