Start-EUDBMigration
Initiate migration of flows for the European Union Data Boundary (EUDB) compliance.
Syntax
Start-EUDBMigration
-EnvironmentName <String>
[-FlowNames <String[]>]
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Start-EUDBMigration cmdlet initiates migration of flows present in the user resource group to an environment resource group. Use Get-Help Start-EUDBMigration -Examples for more detail.
Examples
EXAMPLE 1
Start-EUDBMigration -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee
Starts migration of all the non-compliant flows in the environment 00aa00aa-bb11-cc22-dd33-44ee44ee44ee.
EXAMPLE 2
Start-EUDBMigration -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -FlowNames 00001111-aaaa-2222-bbbb-3333cccc4444,11112222-bbbb-3333-cccc-4444dddd5555,22223333-cccc-4444-dddd-5555eeee6666
Starts migration of the specified flows in the environment 00aa00aa-bb11-cc22-dd33-44ee44ee44ee.
Parameters
-ApiVersion
Specifies the API version.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
Limits migration of flows to a specific environment.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowNames
Specifies the flow names to be migrated
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |