AzureFileShareRestoreRequest Constructors

Definition

Overloads

AzureFileShareRestoreRequest()

Initializes a new instance of the AzureFileShareRestoreRequest class.

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

Initializes a new instance of the AzureFileShareRestoreRequest class.

AzureFileShareRestoreRequest()

Initializes a new instance of the AzureFileShareRestoreRequest class.

public AzureFileShareRestoreRequest ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AzureFileShareRestoreRequest class.

public AzureFileShareRestoreRequest (string recoveryType = default, string sourceResourceId = default, string copyOptions = default, string restoreRequestType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RestoreFileSpecs> restoreFileSpecs = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetAFSRestoreInfo targetDetails = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareRestoreRequest : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RestoreFileSpecs> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetAFSRestoreInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.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)

Parameters

recoveryType
String

Type of this recovery. Possible values include: 'Invalid', 'OriginalLocation', 'AlternateLocation', 'RestoreDisks', 'Offline'

sourceResourceId
String

Source storage account ARM Id

copyOptions
String

Options to resolve copy conflicts. Possible values include: 'Invalid', 'CreateCopy', 'Skip', 'Overwrite', 'FailOnConflict'

restoreRequestType
String

Restore Type (FullShareRestore or ItemLevelRestore). Possible values include: 'Invalid', 'FullShareRestore', 'ItemLevelRestore'

restoreFileSpecs
IList<RestoreFileSpecs>

List of Source Files/Folders(which need to recover) and TargetFolderPath details

targetDetails
TargetAFSRestoreInfo

Target File Share Details

Applies to