Uses of Class
com.azure.resourcemanager.appservice.models.SiteUpdateStrategyType
Packages that use SiteUpdateStrategyType
Package
Description
Package containing the data models for AppService.
-
Uses of SiteUpdateStrategyType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type SiteUpdateStrategyType in com.azure.resourcemanager.appservice.modelsModifier and TypeClassDescriptionfinal classFunction app site update strategy type.Fields in com.azure.resourcemanager.appservice.models declared as SiteUpdateStrategyTypeModifier and TypeFieldDescriptionstatic final SiteUpdateStrategyTypeSiteUpdateStrategyType.RECREATEIf the app is under load and a deployment or site state update occurs, all pods will be removed and will need to be Recreated all at once.static final SiteUpdateStrategyTypeSiteUpdateStrategyType.ROLLING_UPDATEIf the app is under load and a deployment or site state update occurs, pods will be drained in batches and gradually replaced, thus minimizing impact to throughput.Methods in com.azure.resourcemanager.appservice.models that return SiteUpdateStrategyTypeModifier and TypeMethodDescriptionstatic SiteUpdateStrategyTypeSiteUpdateStrategyType.fromString(String name) Creates or finds a SiteUpdateStrategyType from its string representation.FunctionsSiteUpdateStrategy.type()Get the type property: Function app site update strategy type.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SiteUpdateStrategyTypeModifier and TypeMethodDescriptionstatic Collection<SiteUpdateStrategyType> SiteUpdateStrategyType.values()Gets known SiteUpdateStrategyType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type SiteUpdateStrategyTypeModifier and TypeMethodDescriptionFunctionsSiteUpdateStrategy.withType(SiteUpdateStrategyType type) Set the type property: Function app site update strategy type.