FunctionsDeployment Class
Configuration section for the function app deployment.
- Inheritance
-
azure.mgmt.web._serialization.ModelFunctionsDeployment
Constructor
FunctionsDeployment(*, storage: _models.FunctionsDeploymentStorage | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
storage
|
Storage for deployed package used by the function app. |
Variables
Name | Description |
---|---|
storage
|
Storage for deployed package used by the function 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