Remove-PowerAppEnvironmentBackup
Removes environment backup by the backup ID.
Syntax
Remove-PowerAppEnvironmentBackup
[-EnvironmentName] <String>
[-BackupId] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Remove-PowerAppEnvironmentBackup cmdlet removes the environment backup using with the specified backup ID. Use Get-Help Remove-PowerAppEnvironmentBackup -Examples for more detail.
Examples
EXAMPLE 1
Remove-PowerAppEnvironmentBackup -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f -BackupId 942308ee-b1ba-433e-a08c-34b3d9ecaeef
Remove environment 0fc02431-15fb-4563-a5ab-8211beb2a86f backup with backup ID 942308ee-b1ba-433e-a08c-34b3d9ecaeef.
Parameters
-ApiVersion
The api version to call with.
Type: | String |
Position: | 3 |
Default value: | 2019-05-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BackupId
The environment backup ID.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
The environment ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |