< Back

Remove-AzureRmWebAppBackup

Tue Jan 29, 2019 10:12 pm

NAME Remove-AzureRmWebAppBackup



SYNOPSIS







SYNTAX

Remove-AzureRmWebAppBackup [-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>] [-BackupId] <String> [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]



Remove-AzureRmWebAppBackup [-WebApp] <Site> [-BackupId] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmWebAppBackup cmdlet removes the specified backup of an Azure Web App.





PARAMETERS

-BackupId <String>

Backup Id



Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

WebApp Name



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Resource Group Name



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Slot <String>

WebApp Slot Name



Required? false

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WebApp <Site>

WebApp Object



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Site

Parameter 'WebApp' accepts value of type 'Site' from the pipeline





OUTPUTS

Microsoft.Azure.Management.WebSites.Models.BackupItem







NOTES









1:



PS C:\\>Remove-AzureRmWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "WebAppStandard" -BackupId "12345"



This command removes the backup with backup with ID of "12345" from the Web App named WebAppStandard that belongs to the resource group

Default-Web-WestUS.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... bappbackup