你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzDataMigrationTask
检索与 Azure 数据库迁移服务(经典)迁移任务关联的 PSProjectTask 对象。
语法
Get-AzDataMigrationTask
-ResourceGroupName <String>
-ServiceName <String>
-ProjectName <String>
[-TaskType <TaskTypeEnum>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
[-InputObject] <PSProject>
[-TaskType <TaskTypeEnum>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
[-InputObject] <PSProject>
-Name <String>
[-Expand]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
[-InputObject] <PSProject>
-Name <String>
[-Expand]
-ResultType <ResultTypeEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
[-ResourceId] <String>
[-TaskType <TaskTypeEnum>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
[-ResourceId] <String>
-Name <String>
[-Expand]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
[-ResourceId] <String>
-Name <String>
[-Expand]
-ResultType <ResultTypeEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
-ResourceGroupName <String>
-ServiceName <String>
-ProjectName <String>
[-Name <String>]
[-Expand]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataMigrationTask
-ResourceGroupName <String>
-ServiceName <String>
-ProjectName <String>
-Name <String>
[-Expand]
-ResultType <ResultTypeEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzDataMigrationTask cmdlet 检索与 Azure 数据库迁移服务(经典)迁移任务关联的属性。
示例
示例 1
Get-AzDataMigrationTask -TaskName myTestTask -ServiceName myTestService -ProjectName MyTestProject -ResourceGroupName MyResourceGroup -Expand
上面的示例演示了如何使用 Get-AzDataMigrationTask cmdlet 根据作为输入参数传入的任务名称检索与 Azure 数据库迁移服务(经典)迁移任务关联的属性
示例 2
Get-AzDataMigrationTask -Project $myProject
上面的示例演示了如何使用 Get-AzDataMigrationTask cmdlet 检索作为输入参数传入的 PSProject 对象关联的所有迁移任务
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Expand
展开输出
类型: | SwitchParameter |
Position: | Named |
默认值: | False |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-InputObject
PSProject 对象。
类型: | PSProject |
别名: | Project |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
任务的名称。
类型: | String |
别名: | TaskName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ProjectName
项目的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
项目资源 ID。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResultType
展开给定结果类型的输出。
类型: | ResultTypeEnum |
接受的值: | MigrationLevelOutput, DatabaseLevelOutput, TableLevelOutput, MigrationValidationOutput, MigrationValidationDatabaseLevelOutput, LoginLevelOutput, AgentJobLevelOutput, Command |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ServiceName
数据库迁移服务名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-TaskType
按 TaskType 进行筛选。
类型: | Nullable<T>[TaskTypeEnum] |
接受的值: | MigrateSqlServerSqlDb, ConnectToSourceSqlServer, ConnectToTargetSqlDb, GetUserTablesSql, ConnectToTargetSqlDbMi, MigrateSqlServerSqlDbMi, ValidateSqlServerSqlDbMi, MigrateSqlServerSqlDbSync, ConnectToSourceSqlServerSync, ConnectToTargetSqlSync, GetUserTablesSqlSync, ValidateSqlServerSqlDbSync, ConnectToSourceMongoDb, ConnectToTargetMongoDb, MigrateMongoDb, ValidateMongoDbMigration, ConnectToTargetSqlDbMiSync, ValidateSqlServerSqlDbMiSync, MigrateSqlServerSqlDbMiSync |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |