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

RestoreFileSpecs 构造函数

定义

重载

RestoreFileSpecs()

初始化 RestoreFileSpecs 类的新实例。

RestoreFileSpecs(String, String, String)

初始化 RestoreFileSpecs 类的新实例。

RestoreFileSpecs()

初始化 RestoreFileSpecs 类的新实例。

public RestoreFileSpecs ();
Public Sub New ()

适用于

RestoreFileSpecs(String, String, String)

初始化 RestoreFileSpecs 类的新实例。

public RestoreFileSpecs (string path = default, string fileSpecType = default, string targetFolderPath = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RestoreFileSpecs : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RestoreFileSpecs
Public Sub New (Optional path As String = Nothing, Optional fileSpecType As String = Nothing, Optional targetFolderPath As String = Nothing)

参数

path
String

源文件/文件夹路径

fileSpecType
String

指示 Path 变量代表的内容

targetFolderPath
String

目标文件共享中的目标文件夹路径

适用于