Linux Web App Slot Backup Args
data class LinuxWebAppSlotBackupArgs(val enabled: Output<Boolean>? = null, val name: Output<String>, val schedule: Output<LinuxWebAppSlotBackupScheduleArgs>, val storageAccountUrl: Output<String>) : ConvertibleToJava<LinuxWebAppSlotBackupArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, name: Output<String>, schedule: Output<LinuxWebAppSlotBackupScheduleArgs>, storageAccountUrl: Output<String>)