次の方法で共有


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

ターゲット FileShare の宛先フォルダー パス

適用対象