Share via


Configuration Class

Definition

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

public class Configuration
type Configuration = class
Public Class Configuration
Inheritance
Configuration

Constructors

Configuration()

Initializes a new instance of the Configuration class.

Configuration(IList<Secret>, String, Ingress, IList<RegistryCredentials>)

Initializes a new instance of the Configuration class.

Properties

ActiveRevisionsMode

Gets or sets activeRevisionsMode controls how active revisions are handled for the Container app: &lt;list&gt;&lt;item&gt;Multiple: multiple revisions can be active. If no value if provided, this is the default&lt;/item&gt;&lt;item&gt;Single: Only one revision can be active at a time. Revision weights can not be used in this mode&lt;/item&gt;&lt;/list&gt;. Possible values include: 'multiple', 'single'

Ingress

Gets or sets ingress configurations.

Registries

Gets or sets collection of private container registry credentials for containers used by the Container app

Secrets

Gets or sets collection of secrets used by a Container app

Applies to