Partilhar via


Get-AdminEnableZoneRedundancyStatus

Checks the status of the Power Automate flow Azure zone redundant region migration.

Syntax

Default (Default)

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.

Parameter properties

Type:Object
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

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.