Uses of Class
com.azure.resourcemanager.appservice.models.HttpSettingsRoutes
Packages that use HttpSettingsRoutes
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of HttpSettingsRoutes in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type HttpSettingsRoutesModifier and TypeClassDescriptionfinal classThe configuration settings of the paths HTTP requests.Methods in com.azure.resourcemanager.appservice.models that return HttpSettingsRoutesModifier and TypeMethodDescriptionstatic HttpSettingsRoutesHttpSettingsRoutes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HttpSettingsRoutes from the JsonReader.HttpSettings.routes()Get the routes property: The configuration settings of the paths HTTP requests.HttpSettingsRoutes.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 HttpSettingsRoutesModifier and TypeMethodDescriptionHttpSettings.withRoutes(HttpSettingsRoutes routes) Set the routes property: The configuration settings of the paths HTTP requests.