Configuration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: <list><item>Multiple: multiple revisions can be active. If no value if provided, this is the default</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode</item></list>. 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
Azure SDK for .NET