Get-PowerAppEnvironmentBackups
Returns environment backup information for the specified environment.
Syntax
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.
Type: | String |
Position: | 2 |
Default value: | 2019-05-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
The target environment ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |