StaticSiteBuildPropertiesResponse

data class StaticSiteBuildPropertiesResponse(val apiBuildCommand: String? = null, val apiLocation: String? = null, val appArtifactLocation: String? = null, val appBuildCommand: String? = null, val appLocation: String? = null, val githubActionSecretNameOverride: String? = null, val outputLocation: String? = null, val skipGithubActionWorkflowGeneration: Boolean? = null)

Build properties for the static site.

Constructors

Link copied to clipboard
constructor(apiBuildCommand: String? = null, apiLocation: String? = null, appArtifactLocation: String? = null, appBuildCommand: String? = null, appLocation: String? = null, githubActionSecretNameOverride: String? = null, outputLocation: String? = null, skipGithubActionWorkflowGeneration: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiBuildCommand: String? = null

A custom command to run during deployment of the Azure Functions API application.

Link copied to clipboard
val apiLocation: String? = null

The path to the api code within the repository.

Link copied to clipboard

Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)

Link copied to clipboard
val appBuildCommand: String? = null

A custom command to run during deployment of the static content application.

Link copied to clipboard
val appLocation: String? = null

The path to the app code within the repository.

Link copied to clipboard

Github Action secret name override.

Link copied to clipboard
val outputLocation: String? = null

The output path of the app after building.

Link copied to clipboard

Skip Github Action workflow generation.