FunctionsSiteUpdateStrategy Class

Function app site update strategy configuration for deployments and site config updates.

Constructor

FunctionsSiteUpdateStrategy()

Variables

Name Description
type
Union[str, <xref:"SiteUpdateStrategyType">]

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 | SiteUpdateStrategyType