Configuration Class
Non versioned Container App configuration properties that define the mutable settings of a Container app.
- Inheritance
-
azure.mgmt.web._serialization.ModelConfiguration
Constructor
Configuration(*, secrets: List[_models.Secret] | None = None, active_revisions_mode: str | _models.ActiveRevisionsMode | None = None, ingress: _models.Ingress | None = None, registries: List[_models.RegistryCredentials] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
secrets
|
Collection of secrets used by a Container app. |
active_revisions_mode
|
ActiveRevisionsMode controls how active revisions are handled for the Container app: the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode. Known values are: "multiple" and "single". |
ingress
|
Ingress configurations. |
registries
|
Collection of private container registry credentials for containers used by the Container app. |
Variables
Name | Description |
---|---|
secrets
|
Collection of secrets used by a Container app. |
active_revisions_mode
|
ActiveRevisionsMode controls how active revisions are handled for the Container app: the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode. Known values are: "multiple" and "single". |
ingress
|
Ingress configurations. |
registries
|
Collection of private container registry credentials for containers used by the Container app. |
Azure SDK for Python