BackupFileInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BackupFileInfo() |
Initializes a new instance of the BackupFileInfo class. |
BackupFileInfo(String, Nullable<Int32>, String) |
Initializes a new instance of the BackupFileInfo class. |
BackupFileInfo()
Initializes a new instance of the BackupFileInfo class.
public BackupFileInfo ();
Public Sub New ()
Applies to
BackupFileInfo(String, Nullable<Int32>, String)
Initializes a new instance of the BackupFileInfo class.
public BackupFileInfo (string fileLocation = default, int? familySequenceNumber = default, string status = default);
new Microsoft.Azure.Management.DataMigration.Models.BackupFileInfo : string * Nullable<int> * string -> Microsoft.Azure.Management.DataMigration.Models.BackupFileInfo
Public Sub New (Optional fileLocation As String = Nothing, Optional familySequenceNumber As Nullable(Of Integer) = Nothing, Optional status As String = Nothing)
Parameters
- fileLocation
- String
Location of the backup file in shared folder
- status
- String
Status of the backup file during migration Possible values include: 'Arrived', 'Queued', 'Uploading', 'Uploaded', 'Restoring', 'Restored', 'Cancelled'