List Web App Backup Status Secrets Plain Args
data class ListWebAppBackupStatusSecretsPlainArgs(val backupId: String, val backupName: String? = null, val backupSchedule: BackupSchedule? = null, val databases: List<DatabaseBackupSetting>? = null, val enabled: Boolean? = null, val kind: String? = null, val name: String, val resourceGroupName: String, val storageAccountUrl: String) : ConvertibleToJava<ListWebAppBackupStatusSecretsPlainArgs>
Constructors
Link copied to clipboard
constructor(backupId: String, backupName: String? = null, backupSchedule: BackupSchedule? = null, databases: List<DatabaseBackupSetting>? = null, enabled: Boolean? = null, kind: String? = null, name: String, resourceGroupName: String, storageAccountUrl: String)
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.