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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python