Share via


Start-AdminFlowEnableZoneRedundancy

Triggers the Azure zone redundancy migration for the target flow.

Syntax

Default (Default)

Start-AdminFlowEnableZoneRedundancy
    -EnvironmentName <String>
    -FlowName <String>
    [-WaitUntilFinish]
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Start-AdminFlowEnableZoneRedundancy starts migration for the target flow and depending on user input, returns a success message upon migration completion. Use Get-Help Start-AdminFlowEnableZoneRedundancy -Examples for more detail.

Examples

EXAMPLE 1

Start-AdminFlowEnableZoneRedundancy  -EnvironmentName Default-00aa00aa-bb11-cc22-dd33-44ee44ee44ee -FlowName 00001111-aaaa-2222-bbbb-3333cccc4444 -WaitUntilFinish True

Returns a success message for migrating flow "00001111-aaaa-2222-bbbb-3333cccc4444" from environment "Default-00aa00aa-bb11-cc22-dd33-44ee44ee44ee".

Parameters

-ApiVersion

Specifies the Api version that is called.

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:False
Value from remaining arguments:False

-EnvironmentName

Limit apps returned to those in a specified environment by environment ID.

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

-FlowName

Specifies the flow ID. Use Get-AdminFlow to find the FlowName for a flow.

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

-WaitUntilFinish

Flag to set whether to wait for the migration operation to complete.

Parameter properties

Type:SwitchParameter
Default value:False
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.