Template Class
Container App versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created.
- Inheritance
-
azure.mgmt.web._serialization.ModelTemplate
Constructor
Template(*, revision_suffix: str | None = None, containers: List[_models.Container] | None = None, scale: _models.Scale | None = None, dapr: _models.Dapr | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
revision_suffix
|
User friendly suffix that is appended to the revision name. |
containers
|
List of container definitions for the Container App. |
scale
|
Scaling properties for the Container App. |
dapr
|
Dapr configuration for the Container App. |
Variables
Name | Description |
---|---|
revision_suffix
|
User friendly suffix that is appended to the revision name. |
containers
|
List of container definitions for the Container App. |
scale
|
Scaling properties for the Container App. |
dapr
|
Dapr configuration for the Container App. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python