DatabaseSummaryResult 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
DatabaseSummaryResult() |
Initializes a new instance of the DatabaseSummaryResult class. |
DatabaseSummaryResult(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String, String, Nullable<Double>) |
Initializes a new instance of the DatabaseSummaryResult class. |
DatabaseSummaryResult()
Initializes a new instance of the DatabaseSummaryResult class.
public DatabaseSummaryResult ();
Public Sub New ()
Applies to
DatabaseSummaryResult(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String, String, Nullable<Double>)
Initializes a new instance of the DatabaseSummaryResult class.
public DatabaseSummaryResult (string name = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, string state = default, string statusMessage = default, long? itemsCount = default, long? itemsCompletedCount = default, string errorPrefix = default, string resultPrefix = default, double? sizeMb = default);
new Microsoft.Azure.Management.DataMigration.Models.DatabaseSummaryResult : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * Nullable<int64> * Nullable<int64> * string * string * Nullable<double> -> Microsoft.Azure.Management.DataMigration.Models.DatabaseSummaryResult
Public Sub New (Optional name As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As String = Nothing, Optional statusMessage As String = Nothing, Optional itemsCount As Nullable(Of Long) = Nothing, Optional itemsCompletedCount As Nullable(Of Long) = Nothing, Optional errorPrefix As String = Nothing, Optional resultPrefix As String = Nothing, Optional sizeMb As Nullable(Of Double) = Nothing)
Parameters
- name
- String
Name of the item
- startedOn
- Nullable<DateTimeOffset>
Migration start time
- endedOn
- Nullable<DateTimeOffset>
Migration end time
- state
- String
Current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'
- statusMessage
- String
Status message
- errorPrefix
- String
Wildcard string prefix to use for querying all errors of the item
- resultPrefix
- String
Wildcard string prefix to use for querying all sub-tem results of the item