TenantToTenant-ManageMigrationRequest
Returns the approve or reject status of a tenant-to-tenant migration using the approval request sent by the source tenant admin.
Syntax
Default (Default)
TenantToTenant-ManageMigrationRequest
[-MigrationId] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The TenantToTenant-ManageMigrationRequest cmdlet returns the approve or reject status for the specified migration from a source tenant for migration of an environment into the current tenant.
Use Get-Help TenantToTenant-ManageMigrationRequest -Examples
for more detail.
Examples
EXAMPLE 1
TenantToTenant-ManageMigrationRequest -MigrationId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
Returns the approval request status for the migration ID aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb.
Parameters
-ApiVersion
The api version to call with. Default 2021-04-01.
Parameter properties
Type: | String |
Default value: | 2021-04-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-MigrationId
The Migration ID. Use the TenantToTenant-ViewMigrationRequest cmdlet to get the migration ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.