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