Get-AdminEnableZoneRedundancyStatus
Checks the status of the Power Automate flow Azure zone redundant region migration.
Syntax
Get-AdminEnableZoneRedundancyStatus
-MigrationOperation <Object>
[<CommonParameters>]
Description
The Get-AdminEnableZoneRedundancyStatus returns success or failure depending on if the migration is complete. Use Get-Help Get-AdminEnableZoneRedundancyStatus -Examples for more detail.
Examples
EXAMPLE 1
$operation = New-AdminFlowEnableZoneRedundancy -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -FlowName d354db06-448c-45d7-8f22-14569c4913cd -WaitUntilFinish false
Checks the status for flow with ID 00001111-aaaa-2222-bbbb-3333cccc4444 in environment with ID 00aa00aa-bb11-cc22-dd33-44ee44ee44ee storing the returned value in $operation.
Parameters
-MigrationOperation
Specifies the status code and next link associated with the migration operation.
Type: | Object |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |