Get-AdminRecoverDeletedPowerApp

Recovers the deleted app with the specified app ID in the specified environment.

Syntax

Get-AdminRecoverDeletedPowerApp
   [-AppName] <String>
   [-EnvironmentName] <String>
   [[-ApiVersion] <String>]
   [<CommonParameters>]

Description

The Get-AdminRecoverDeletedPowerApp cmdlet recovers the deleted app with the specified app ID in the specified environment. Use Get-Help Get-AdminRecoverDeletedPowerApp -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminRecoverDeletedPowerApp -AppName 1ec3c80c-c2c0-4ea6-97a8-31d8c8c3d488 -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f

Recovers the deleted app with name 1ec3c80c-c2c0-4ea6-97a8-31d8c8c3d488 in the admin's specified environment with name 0fc02431-15fb-4563-a5ab-8211beb2a86f.

Parameters

-ApiVersion

The api version to call with.

Type:String
Position:3
Default value:2016-11-01
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppName

The app ID or name of the deleted app.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-EnvironmentName

The environment for the deleted app.

Type:String
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False