App Service Backup
data class AppServiceBackup(val enabled: Boolean? = null, val name: String, val schedule: AppServiceBackupSchedule, val storageAccountUrl: String)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, schedule: AppServiceBackupSchedule, storageAccountUrl: String)