BackupSetInfo 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
BackupSetInfo() |
Initializes a new instance of the BackupSetInfo class. |
BackupSetInfo(String, String, String, Nullable<DateTimeOffset>, String, IList<BackupFileInfo>, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>) |
Initializes a new instance of the BackupSetInfo class. |
BackupSetInfo()
Initializes a new instance of the BackupSetInfo class.
public BackupSetInfo ();
Public Sub New ()
Applies to
BackupSetInfo(String, String, String, Nullable<DateTimeOffset>, String, IList<BackupFileInfo>, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>)
Initializes a new instance of the BackupSetInfo class.
public BackupSetInfo (string backupSetId = default, string firstLsn = default, string lastLsn = default, DateTimeOffset? lastModifiedTime = default, string backupType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.BackupFileInfo> listOfBackupFiles = default, string databaseName = default, DateTimeOffset? backupStartDate = default, DateTimeOffset? backupFinishedDate = default, bool? isBackupRestored = default);
new Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo : string * string * string * Nullable<DateTimeOffset> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.BackupFileInfo> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> -> Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo
Public Sub New (Optional backupSetId As String = Nothing, Optional firstLsn As String = Nothing, Optional lastLsn As String = Nothing, Optional lastModifiedTime As Nullable(Of DateTimeOffset) = Nothing, Optional backupType As String = Nothing, Optional listOfBackupFiles As IList(Of BackupFileInfo) = Nothing, Optional databaseName As String = Nothing, Optional backupStartDate As Nullable(Of DateTimeOffset) = Nothing, Optional backupFinishedDate As Nullable(Of DateTimeOffset) = Nothing, Optional isBackupRestored As Nullable(Of Boolean) = Nothing)
Parameters
- backupSetId
- String
Id for the set of backup files
- firstLsn
- String
First log sequence number of the backup file
- lastLsn
- String
Last log sequence number of the backup file
- lastModifiedTime
- Nullable<DateTimeOffset>
Last modified time of the backup file in share location
- backupType
- String
Enum of the different backup types Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial'
- listOfBackupFiles
- IList<BackupFileInfo>
List of files in the backup set
- databaseName
- String
Name of the database to which the backup set belongs
- backupStartDate
- Nullable<DateTimeOffset>
Date and time that the backup operation began
- backupFinishedDate
- Nullable<DateTimeOffset>
Date and time that the backup operation finished