Uses of Class
com.azure.resourcemanager.appcontainers.models.HttpSettingsRoutes
Packages that use HttpSettingsRoutes
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of HttpSettingsRoutes in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return HttpSettingsRoutesModifier and TypeMethodDescriptionstatic HttpSettingsRoutes
HttpSettingsRoutes.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.appcontainers.models with parameters of type HttpSettingsRoutesModifier and TypeMethodDescriptionHttpSettings.withRoutes
(HttpSettingsRoutes routes) Set the routes property: The configuration settings of the paths HTTP requests.