Edit

Share via


Edit-AzWebAppBackupConfiguration

Edits the current configuration backup for an Azure Web App

Syntax

FromResourceName

Edit-AzWebAppBackupConfiguration
    [-FrequencyInterval] <Int32>
    [-FrequencyUnit] <String>
    [-RetentionPeriodInDays] <Int32>
    [[-StartTime] <DateTime>]
    [-ResourceGroupName] <String>
    [-Name] <String>
    [[-Slot] <String>]
    [-StorageAccountUrl] <String>
    [[-Databases] <DatabaseBackupSetting[]>]
    [-KeepAtLeastOneBackup]
    [-Enabled]
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

FromWebApp

Edit-AzWebAppBackupConfiguration
    [-FrequencyInterval] <Int32>
    [-FrequencyUnit] <String>
    [-RetentionPeriodInDays] <Int32>
    [[-StartTime] <DateTime>]
    [-WebApp] <PSSite>
    [-StorageAccountUrl] <String>
    [[-Databases] <DatabaseBackupSetting[]>]
    [-KeepAtLeastOneBackup]
    [-Enabled]
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

Description

The Edit-AzWebAppBackupConfiguration cmdlet edits the current configuration backup for an Azure Web App.

Examples

Example 1

The Edit-AzWebAppBackupConfiguration cmdlet edits the current configuration backup for an Azure Web App. (autogenerated)

Edit-AzWebAppBackupConfiguration -FrequencyInterval <Int32> -FrequencyUnit <String> -KeepAtLeastOneBackup -Name IpRule -ResourceGroupName MyResourceGroup -RetentionPeriodInDays <Int32> -StartTime 2016-11-30T22:00:00Z -StorageAccountUrl 'https://storageaccount.file.core.windows.net'

Parameters

-Databases

Databases of type DatabaseBackupSetting[]

Parameter properties

Type:

DatabaseBackupSetting[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

-DefaultProfile

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

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

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

-Enabled

Keep At Least One Backup Option

Parameter properties

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

Parameter sets

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

-FrequencyInterval

Frequency Interval

Parameter properties

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

Parameter sets

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

-FrequencyUnit

Frequency Unit

Parameter properties

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

Parameter sets

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

-KeepAtLeastOneBackup

Keep At Least One Backup Option

Parameter properties

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

Parameter sets

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

-Name

WebApp Name

Parameter properties

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

Parameter sets

FromResourceName
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-ResourceGroupName

Resource Group Name

Parameter properties

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

Parameter sets

FromResourceName
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-RetentionPeriodInDays

Retention Period In Days

Parameter properties

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

Parameter sets

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

-Slot

WebApp Slot Name

Parameter properties

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

Parameter sets

FromResourceName
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-StartTime

StartTime in UTC

Parameter properties

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

Parameter sets

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

-StorageAccountUrl

Storage Account Url

Parameter properties

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

Parameter sets

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

-WebApp

WebApp Object

Parameter properties

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

Parameter sets

FromWebApp
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
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.

Inputs

Int32

String

DateTime

SwitchParameter

PSSite

DatabaseBackupSetting

Outputs

AzureWebAppBackupConfiguration