Start-AdminFlowEnableZoneRedundancy
Triggers the Azure zone redundancy migration for the target flow.
Syntax
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.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
Limit apps returned to those in a specified environment by environment ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowName
Specifies the flow ID. Use Get-AdminFlow to find the FlowName for a flow.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WaitUntilFinish
Flag to set whether to wait for the migration operation to complete.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |