MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel 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
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel class. |
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel(String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel class. |
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel()
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel class.
public MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel ();
Public Sub New ()
Applies to
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel(String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String)
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel class.
public MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel (string id = default, string databaseName = default, string state = default, string stage = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, string databaseErrorResultPrefix = default, string schemaErrorResultPrefix = default, long? numberOfSuccessfulOperations = default, long? numberOfFailedOperations = default, string fileId = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel : string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel
Public Sub New (Optional id As String = Nothing, Optional databaseName As String = Nothing, Optional state As String = Nothing, Optional stage As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional databaseErrorResultPrefix As String = Nothing, Optional schemaErrorResultPrefix As String = Nothing, Optional numberOfSuccessfulOperations As Nullable(Of Long) = Nothing, Optional numberOfFailedOperations As Nullable(Of Long) = Nothing, Optional fileId As String = Nothing)
Parameters
- id
- String
Result identifier
- databaseName
- String
The name of the database
- state
- String
State of the schema migration for this database Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'
- stage
- String
Schema migration stage for this database Possible values include: 'NotStarted', 'ValidatingInputs', 'CollectingObjects', 'DownloadingScript', 'GeneratingScript', 'UploadingScript', 'DeployingSchema', 'Completed', 'CompletedWithWarnings', 'Failed'
- startedOn
- Nullable<DateTimeOffset>
Migration start time
- endedOn
- Nullable<DateTimeOffset>
Migration end time
- databaseErrorResultPrefix
- String
Prefix string to use for querying errors for this database
- schemaErrorResultPrefix
- String
Prefix string to use for querying schema errors for this database
- fileId
- String
Identifier for the file resource containing the schema of this database