次の方法で共有


Register-AzDataMigrationIntegrationRuntime

統合ランタイムに Sql Migration Service を登録します

構文

Register-AzDataMigrationIntegrationRuntime
        -AuthKey <String>
        [-IntegrationRuntimePath <String>]
        [-PassThru]
        [-WhatIf]
        [-Confirm]
        [<CommonParameters>]

説明

統合ランタイムに Sql Migration Service を登録します

例 1: セルフホステッド統合ランタイムに Sql Migration Service を登録する

$authKeys = Get-AzDataMigrationSqlServiceAuthKey -ResourceGroupName "MyResourceGroup" -SqlMigrationServiceName "MySqlMigrationService"
Register-AzDataMigrationIntegrationRuntime -AuthKey $authKeys.AuthKey1

Start to register IR with key: IR*********************yz6=
Integration Runtime registration is successful!

このコマンドは、セルフホステッド統合ランタイムに Sql Migration Service を登録します。

例 2: 統合ランタイムをインストールして Sql Migration Service を登録する

$authKeys = Get-AzDataMigrationSqlServiceAuthKey -ResourceGroupName "MyResourceGroup" -SqlMigrationServiceName "MySqlMigrationService"
Register-AzDataMigrationIntegrationRuntime -AuthKey $authKeys.AuthKey1 -IntegrationRuntimePath "C:\Users\user\Downloads\IntegrationRuntime.msi"

Start Gateway installation
Succeed to install gateway
Start to register IR with key: IR*********************yz6=
Integration Runtime registration is successful!

このコマンドを実行すると、Integration Runtime がインストールされ、Sql Migration Service が登録されます。

パラメーター

-AuthKey

Sql Migration Service の AuthKey

型:String
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-Confirm

コマンドレットの実行前に確認を求めるメッセージが表示されます。

型:SwitchParameter
Aliases:cf
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-IntegrationRuntimePath

SHIR msi のパス

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-PassThru

型:SwitchParameter
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-WhatIf

コマンドレットの実行時に発生する内容を示します。 このコマンドレットは実行されません。

型:SwitchParameter
Aliases:wi
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

出力

Boolean