FunctionsSiteUpdateStrategy Class
Function app site update strategy configuration for deployments and site config updates.
Constructor
FunctionsSiteUpdateStrategy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Function app site update strategy type. Available options: Recreate, RollingUpdate. Known values are: "Recreate" and "RollingUpdate". |
Attributes
type
Recreate, RollingUpdate. Known values are: "Recreate" and "RollingUpdate".
type: str | _models.SiteUpdateStrategyType | None