Configuration Response
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)
Properties
Link copied to clipboard
ActiveRevisionsMode controls how active revisions are handled for the Container app:
Link copied to clipboard
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