Поделиться через


MigrateSqlServerSqlMITaskInput Class

Definition

Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance.

public class MigrateSqlServerSqlMITaskInput : Azure.ResourceManager.DataMigration.Models.SqlMigrationTaskInput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMITaskInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMITaskInput>
type MigrateSqlServerSqlMITaskInput = class
    inherit SqlMigrationTaskInput
    interface IJsonModel<MigrateSqlServerSqlMITaskInput>
    interface IPersistableModel<MigrateSqlServerSqlMITaskInput>
Public Class MigrateSqlServerSqlMITaskInput
Inherits SqlMigrationTaskInput
Implements IJsonModel(Of MigrateSqlServerSqlMITaskInput), IPersistableModel(Of MigrateSqlServerSqlMITaskInput)
Inheritance
MigrateSqlServerSqlMITaskInput
Implements

Constructors

MigrateSqlServerSqlMITaskInput(SqlConnectionInfo, SqlConnectionInfo, IEnumerable<MigrateSqlServerSqlMIDatabaseInput>, BlobShare)

Initializes a new instance of MigrateSqlServerSqlMITaskInput.

Properties

AadDomainName

Azure Active Directory domain name in the format of 'contoso.com' for federated Azure AD or 'contoso.onmicrosoft.com' for managed domain, required if and only if Windows logins are selected.

BackupBlobShareSasUri

SAS URI of Azure Storage Account Container.

BackupFileShare

Backup file share information for all selected databases.

BackupMode

Backup Mode to specify whether to use existing backup or create new backup. If using existing backups, backup file paths are required to be provided in selectedDatabases.

EncryptedKeyForSecureFields

encrypted key for secure fields.

SelectedAgentJobs

Agent Jobs to migrate.

SelectedDatabases

Databases to migrate.

SelectedLogins

Logins to migrate.

SourceConnectionInfo

Information for connecting to source.

(Inherited from SqlMigrationTaskInput)
StartedOn

Date and time relative to UTC when the migration was started on.

TargetConnectionInfo

Information for connecting to target.

(Inherited from SqlMigrationTaskInput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlMITaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MigrateSqlServerSqlMITaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SqlMigrationTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SqlMigrationTaskInput)
IJsonModel<SqlMigrationTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SqlMigrationTaskInput)
IPersistableModel<MigrateSqlServerSqlMITaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlMITaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MigrateSqlServerSqlMITaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SqlMigrationTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SqlMigrationTaskInput)
IPersistableModel<SqlMigrationTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SqlMigrationTaskInput)
IPersistableModel<SqlMigrationTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SqlMigrationTaskInput)

Applies to