GetLinuxFunctionAppBackup

data class GetLinuxFunctionAppBackup(val enabled: Boolean, val name: String, val schedules: List<GetLinuxFunctionAppBackupSchedule>, val storageAccountUrl: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, name: String, schedules: List<GetLinuxFunctionAppBackupSchedule>, storageAccountUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is this backup job enabled?

Link copied to clipboard

The name which should be used for this Linux Function App.

Link copied to clipboard

A schedule block as defined below.

Link copied to clipboard

The SAS URL to the container.