Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsSiteUpdateStrategy
Packages that use FunctionsSiteUpdateStrategy
Package
Description
Package containing the data models for AppService.
-
Uses of FunctionsSiteUpdateStrategy in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FunctionsSiteUpdateStrategyModifier and TypeClassDescriptionfinal classFunction app site update strategy configuration for deployments and site config updates.Methods in com.azure.resourcemanager.appservice.models that return FunctionsSiteUpdateStrategyModifier and TypeMethodDescriptionstatic FunctionsSiteUpdateStrategyFunctionsSiteUpdateStrategy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsSiteUpdateStrategy from the JsonReader.FunctionAppConfig.siteUpdateStrategy()Get the siteUpdateStrategy property: Function app site update strategy configuration.FunctionsSiteUpdateStrategy.withType(SiteUpdateStrategyType type) Set the type property: Function app site update strategy type.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsSiteUpdateStrategyModifier and TypeMethodDescriptionFunctionAppConfig.withSiteUpdateStrategy(FunctionsSiteUpdateStrategy siteUpdateStrategy) Set the siteUpdateStrategy property: Function app site update strategy configuration.