Web App Backup Configuration Args
data class WebAppBackupConfigurationArgs(val backupName: Output<String>? = null, val backupSchedule: Output<BackupScheduleArgs>? = null, val databases: Output<List<DatabaseBackupSettingArgs>>? = null, val enabled: Output<Boolean>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val storageAccountUrl: Output<String>? = null) : ConvertibleToJava<WebAppBackupConfigurationArgs>
Description of a backup which will be performed. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppBackupConfiguration myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(backupName: Output<String>? = null, backupSchedule: Output<BackupScheduleArgs>? = null, databases: Output<List<DatabaseBackupSettingArgs>>? = null, enabled: Output<Boolean>? = null, kind: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, storageAccountUrl: Output<String>? = null)
Properties
Link copied to clipboard
Name of the backup.
Link copied to clipboard
Schedule for the backup if it is executed periodically.
Link copied to clipboard
Databases included in the backup.
Link copied to clipboard
Name of the resource group to which the resource belongs.
Link copied to clipboard
SAS URL to the container.