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