ArmDataMigrationModelFactory.SqlBackupFileInfo 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 SqlBackupFileInfo.
public static Azure.ResourceManager.DataMigration.Models.SqlBackupFileInfo SqlBackupFileInfo (string fileName = default, string status = default, long? totalSize = default, long? dataRead = default, long? dataWritten = default, double? copyThroughput = default, int? copyDuration = default, int? familySequenceNumber = default);
static member SqlBackupFileInfo : string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.DataMigration.Models.SqlBackupFileInfo
Public Shared Function SqlBackupFileInfo (Optional fileName As String = Nothing, Optional status As String = Nothing, Optional totalSize As Nullable(Of Long) = Nothing, Optional dataRead As Nullable(Of Long) = Nothing, Optional dataWritten As Nullable(Of Long) = Nothing, Optional copyThroughput As Nullable(Of Double) = Nothing, Optional copyDuration As Nullable(Of Integer) = Nothing, Optional familySequenceNumber As Nullable(Of Integer) = Nothing) As SqlBackupFileInfo
Parameters
- fileName
- String
File name.
- status
- String
Status of the file. (Initial, Uploading, Uploaded, Restoring, Restored or Skipped).
Returns
A new SqlBackupFileInfo instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET