Windows Function App Slot Backup
data class WindowsFunctionAppSlotBackup(val enabled: Boolean? = null, val name: String, val schedule: WindowsFunctionAppSlotBackupSchedule, val storageAccountUrl: String)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, schedule: WindowsFunctionAppSlotBackupSchedule, storageAccountUrl: String)