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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python