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