Partilhar via


Start-EUDBMigration

Initiate migration of flows for the European Union Data Boundary (EUDB) compliance.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:2016-11-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-EnvironmentName

Limits migration of flows to a specific environment.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-FlowNames

Specifies the flow names to be migrated

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
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.