Uses of Class
com.azure.resourcemanager.appservice.models.HttpSettingsRoutes
-
Packages that use HttpSettingsRoutes Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HttpSettingsRoutes in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HttpSettingsRoutes Modifier and Type Method Description HttpSettingsRoutesHttpSettings. routes()Get the routes property: The configuration settings of the paths HTTP requests.HttpSettingsRoutesHttpSettingsRoutes. withApiPrefix(String apiPrefix)Set the apiPrefix property: The prefix that should precede all the authentication/authorization paths.Methods in com.azure.resourcemanager.appservice.models with parameters of type HttpSettingsRoutes Modifier and Type Method Description HttpSettingsHttpSettings. withRoutes(HttpSettingsRoutes routes)Set the routes property: The configuration settings of the paths HTTP requests.
-