Remove-PowerAppEnvironmentBackup
Removes environment backup by the backup ID.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | 2019-05-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 3 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-BackupId
The environment backup ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-EnvironmentName
The 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.