Get Windows Function App Backup
data class GetWindowsFunctionAppBackup(val enabled: Boolean, val name: String, val schedules: List<GetWindowsFunctionAppBackupSchedule>, val storageAccountUrl: String)
Constructors
Link copied to clipboard
constructor(enabled: Boolean, name: String, schedules: List<GetWindowsFunctionAppBackupSchedule>, storageAccountUrl: String)