Share via


Get-PowerAppEnvironmentBackups

Returns environment backup information for the specified environment.

Syntax

Default (Default)

Get-PowerAppEnvironmentBackups
    [-EnvironmentName] <String>
    [[-ApiVersion] <String>]
    [<CommonParameters>]

Description

The Get-PowerAppEnvironmentBackups cmdlet returns an environment backup list for the specified environment. Use Get-Help Get-PowerAppEnvironmentBackups -Examples for more detail.

Examples

EXAMPLE 1

Get-PowerAppEnvironmentBackups -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f

Gets a backup list for environment 0fc02431-15fb-4563-a5ab-8211beb2a86f.

Parameters

-ApiVersion

The api version to call with.

Parameter properties

Type:String
Default value:2019-05-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnvironmentName

The target environment ID.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
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.