MigrateSqlServerSqlMITaskInput コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MigrateSqlServerSqlMITaskInput の新しいインスタンスを初期化します。
public MigrateSqlServerSqlMITaskInput (Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo sourceConnectionInfo, Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo targetConnectionInfo, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput> selectedDatabases, Azure.ResourceManager.DataMigration.Models.BlobShare backupBlobShare);
new Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMITaskInput : Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo * Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo * seq<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput> * Azure.ResourceManager.DataMigration.Models.BlobShare -> Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMITaskInput
Public Sub New (sourceConnectionInfo As SqlConnectionInfo, targetConnectionInfo As SqlConnectionInfo, selectedDatabases As IEnumerable(Of MigrateSqlServerSqlMIDatabaseInput), backupBlobShare As BlobShare)
パラメーター
- sourceConnectionInfo
- SqlConnectionInfo
ソースに接続するための情報。
- targetConnectionInfo
- SqlConnectionInfo
ターゲットに接続するための情報。
- selectedDatabases
- IEnumerable<MigrateSqlServerSqlMIDatabaseInput>
移行するデータベース。
- backupBlobShare
- BlobShare
バックアップ ファイルの格納に使用される Azure Storage アカウント コンテナーの SAS URI。
例外
sourceConnectionInfo
、targetConnectionInfo
、selectedDatabases
、または backupBlobShare
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET