FunctionAppConfig.SiteUpdateStrategyType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Function app site update strategy type. Available options: Recreate, RollingUpdate Serialized Name: FunctionsSiteUpdateStrategy.type
public Azure.ResourceManager.AppService.Models.SiteUpdateStrategyType? SiteUpdateStrategyType { get; set; }
member this.SiteUpdateStrategyType : Nullable<Azure.ResourceManager.AppService.Models.SiteUpdateStrategyType> with get, set
Public Property SiteUpdateStrategyType As Nullable(Of SiteUpdateStrategyType)