ArmDataMigrationModelFactory.SqlBackupSetInfo Method
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.
Initializes a new instance of SqlBackupSetInfo.
public static Azure.ResourceManager.DataMigration.Models.SqlBackupSetInfo SqlBackupSetInfo (Guid? backupSetId = default, string firstLSN = default, string lastLSN = default, string backupType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.SqlBackupFileInfo> listOfBackupFiles = default, DateTimeOffset? backupStartOn = default, DateTimeOffset? backupFinishOn = default, bool? isBackupRestored = default, bool? hasBackupChecksums = default, int? familyCount = default, System.Collections.Generic.IEnumerable<string> ignoreReasons = default);
static member SqlBackupSetInfo : Nullable<Guid> * string * string * string * seq<Azure.ResourceManager.DataMigration.Models.SqlBackupFileInfo> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<bool> * Nullable<int> * seq<string> -> Azure.ResourceManager.DataMigration.Models.SqlBackupSetInfo
Public Shared Function SqlBackupSetInfo (Optional backupSetId As Nullable(Of Guid) = Nothing, Optional firstLSN As String = Nothing, Optional lastLSN As String = Nothing, Optional backupType As String = Nothing, Optional listOfBackupFiles As IEnumerable(Of SqlBackupFileInfo) = Nothing, Optional backupStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional backupFinishOn As Nullable(Of DateTimeOffset) = Nothing, Optional isBackupRestored As Nullable(Of Boolean) = Nothing, Optional hasBackupChecksums As Nullable(Of Boolean) = Nothing, Optional familyCount As Nullable(Of Integer) = Nothing, Optional ignoreReasons As IEnumerable(Of String) = Nothing) As SqlBackupSetInfo
Parameters
- firstLSN
- String
First LSN of the backup set.
- lastLSN
- String
Last LSN of the backup set.
- backupType
- String
Backup type.
- listOfBackupFiles
- IEnumerable<SqlBackupFileInfo>
List of files in the backup set.
- backupStartOn
- Nullable<DateTimeOffset>
Backup start date.
- backupFinishOn
- Nullable<DateTimeOffset>
Backup end time.
- ignoreReasons
- IEnumerable<String>
The reasons why the backup set is ignored.
Returns
A new SqlBackupSetInfo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET