次の方法で共有


RestoreFileSpec コンストラクター

定義

オーバーロード

RestoreFileSpec()

RestoreFileSpec クラスの新しいインスタンスを初期化します。

RestoreFileSpec(String, Nullable<Boolean>)

RestoreFileSpec クラスの新しいインスタンスを初期化します。

RestoreFileSpec()

RestoreFileSpec クラスの新しいインスタンスを初期化します。

public RestoreFileSpec ();
Public Sub New ()

適用対象

RestoreFileSpec(String, Nullable<Boolean>)

RestoreFileSpec クラスの新しいインスタンスを初期化します。

public RestoreFileSpec (string path = default, bool? isdir = default);
new Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec : string * Nullable<bool> -> Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec
Public Sub New (Optional path As String = Nothing, Optional isdir As Nullable(Of Boolean) = Nothing)

パラメーター

path
String

ファイル スペック パスを復元する

isdir
Nullable<Boolean>

ファイル スペック isdir を復元する

適用対象