次の方法で共有


AzureFileShareRestoreRequest コンストラクター

定義

オーバーロード

AzureFileShareRestoreRequest()

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

AzureFileShareRestoreRequest(String, String, String, String, IList<RestoreFileSpecs>, TargetAFSRestoreInfo)

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

AzureFileShareRestoreRequest()

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

public AzureFileShareRestoreRequest ();
Public Sub New ()

適用対象

AzureFileShareRestoreRequest(String, String, String, String, IList<RestoreFileSpecs>, TargetAFSRestoreInfo)

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

public AzureFileShareRestoreRequest (string recoveryType = default, string sourceResourceId = default, string copyOptions = default, string restoreRequestType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RestoreFileSpecs> restoreFileSpecs = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.TargetAFSRestoreInfo targetDetails = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureFileShareRestoreRequest : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RestoreFileSpecs> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.TargetAFSRestoreInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureFileShareRestoreRequest
Public Sub New (Optional recoveryType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional copyOptions As String = Nothing, Optional restoreRequestType As String = Nothing, Optional restoreFileSpecs As IList(Of RestoreFileSpecs) = Nothing, Optional targetDetails As TargetAFSRestoreInfo = Nothing)

パラメーター

recoveryType
String

この回復の種類。 指定できる値は、'Invalid'、'OriginalLocation'、'AlternateLocation'、'RestoreDisks'、'Offline' です。

sourceResourceId
String

ソース ストレージ アカウントの ARM ID

copyOptions
String

コピーの競合を解決するためのオプション。 指定できる値は、'Invalid'、'CreateCopy'、'Skip'、'Overwrite'、'FailOnConflict' です。

restoreRequestType
String

復元の種類 (FullShareRestore または ItemLevelRestore)。 指定できる値は、'Invalid'、'FullShareRestore'、'ItemLevelRestore' です。

restoreFileSpecs
IList<RestoreFileSpecs>

ソース ファイル/フォルダー (回復する必要がある) と TargetFolderPath の詳細の一覧

targetDetails
TargetAFSRestoreInfo

ターゲット ファイル共有の詳細

適用対象