ConfigurationResponse

data class ConfigurationResponse(val activeRevisionsMode: String? = null, val dapr: DaprResponse? = null, val ingress: IngressResponse? = null, val maxInactiveRevisions: Int? = null, val registries: List<RegistryCredentialsResponse>? = null, val secrets: List<SecretResponse>? = null, val service: ServiceResponse? = null)

Non versioned Container App configuration properties that define the mutable settings of a Container app

Constructors

Link copied to clipboard
constructor(activeRevisionsMode: String? = null, dapr: DaprResponse? = null, ingress: IngressResponse? = null, maxInactiveRevisions: Int? = null, registries: List<RegistryCredentialsResponse>? = null, secrets: List<SecretResponse>? = null, service: ServiceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active.Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.

Link copied to clipboard
val dapr: DaprResponse? = null

Dapr configuration for the Container App.

Link copied to clipboard

Ingress configurations.

Link copied to clipboard

Optional. Max inactive revisions a Container App can have.

Link copied to clipboard

Collection of private container registry credentials for containers used by the Container app

Link copied to clipboard

Collection of secrets used by a Container app

Link copied to clipboard

Container App to be a dev Container App Service