MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel Class

Definition

[Newtonsoft.Json.JsonObject("DatabaseLevelOutput")]
public class MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel = class
    inherit MigrateSchemaSqlServerSqlDbTaskOutput
Public Class MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel
Inherits MigrateSchemaSqlServerSqlDbTaskOutput
Inheritance
MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

DatabaseErrorResultPrefix

Gets prefix string to use for querying errors for this database

DatabaseName

Gets the name of the database

EndedOn

Gets migration end time

FileId

Gets identifier for the file resource containing the schema of this database

Id

Gets result identifier

(Inherited from MigrateSchemaSqlServerSqlDbTaskOutput)
NumberOfFailedOperations

Gets number of failed operations for this database

NumberOfSuccessfulOperations

Gets number of successful operations for this database

SchemaErrorResultPrefix

Gets prefix string to use for querying schema errors for this database

Stage

Gets schema migration stage for this database Possible values include: 'NotStarted', 'ValidatingInputs', 'CollectingObjects', 'DownloadingScript', 'GeneratingScript', 'UploadingScript', 'DeployingSchema', 'Completed', 'CompletedWithWarnings', 'Failed'

StartedOn

Gets migration start time

State

Gets state of the schema migration for this database Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'

Applies to