ContainerAppConfiguration 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 ContainerAppConfiguration
type ContainerAppConfiguration = class
Public Class ContainerAppConfiguration
- Inheritance
-
ContainerAppConfiguration
Constructors
ContainerAppConfiguration() |
Initializes a new instance of ContainerAppConfiguration. |
Properties
ActiveRevisionsMode |
ActiveRevisionsMode controls how active revisions are handled for the Container app: <list><item>Multiple: multiple revisions can be active.</item><item>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.</item></list> |
Dapr |
Dapr configuration for the Container App. |
Ingress |
Ingress configurations. |
Registries |
Collection of private container registry credentials for containers used by the Container app. |
Secrets |
Collection of secrets used by a Container app. |
Applies to
Azure SDK for .NET