GithubActionConfigurationResponse

data class GithubActionConfigurationResponse(val azureCredentials: AzureCredentialsResponse? = null, val contextPath: String? = null, val image: String? = null, val os: String? = null, val publishType: String? = null, val registryInfo: RegistryInfoResponse? = null, val runtimeStack: String? = null, val runtimeVersion: String? = null)

Configuration properties that define the mutable settings of a Container App SourceControl

Constructors

Link copied to clipboard
constructor(azureCredentials: AzureCredentialsResponse? = null, contextPath: String? = null, image: String? = null, os: String? = null, publishType: String? = null, registryInfo: RegistryInfoResponse? = null, runtimeStack: String? = null, runtimeVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AzureCredentials configurations.

Link copied to clipboard
val contextPath: String? = null

Context path

Link copied to clipboard
val image: String? = null

Image name

Link copied to clipboard
val os: String? = null

Operation system

Link copied to clipboard
val publishType: String? = null

Code or Image

Link copied to clipboard

Registry configurations.

Link copied to clipboard
val runtimeStack: String? = null

Runtime stack

Link copied to clipboard
val runtimeVersion: String? = null

Runtime version