FunctionAppSourceControl

data class FunctionAppSourceControl(val branch: String? = null, val manualIntegration: Boolean? = null, val repoUrl: String? = null, val rollbackEnabled: Boolean? = null, val useMercurial: Boolean? = null)

Constructors

Link copied to clipboard
constructor(branch: String? = null, manualIntegration: Boolean? = null, repoUrl: String? = null, rollbackEnabled: Boolean? = null, useMercurial: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branch: String? = null

The branch of the remote repository to use. Defaults to 'master'.

Link copied to clipboard

Limits to manual integration. Defaults to false if not specified.

Link copied to clipboard
val repoUrl: String? = null

The URL of the source code repository.

Link copied to clipboard

Enable roll-back for the repository. Defaults to false if not specified.

Link copied to clipboard
val useMercurial: Boolean? = null

Use Mercurial if true, otherwise uses Git.