GetFunctionAppSourceControl

data class GetFunctionAppSourceControl(val branch: String, val manualIntegration: Boolean, val repoUrl: String, val rollbackEnabled: Boolean, val useMercurial: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The branch of the remote repository in use.

Link copied to clipboard

Limits to manual integration.

Link copied to clipboard

The URL of the source code repository.

Link copied to clipboard

Is roll-back enabled for the repository.

Link copied to clipboard

Uses Mercurial if true, otherwise uses Git.