Uses of Class
com.azure.resourcemanager.appcontainers.models.HttpSettingsRoutes
-
Packages that use HttpSettingsRoutes Package Description com.azure.resourcemanager.appcontainers.models 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 HttpSettingsRoutes Modifier and Type Method Description HttpSettingsRoutes
HttpSettings. routes()
Get the routes property: The configuration settings of the paths HTTP requests.HttpSettingsRoutes
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 HttpSettingsRoutes Modifier and Type Method Description HttpSettings
HttpSettings. withRoutes(HttpSettingsRoutes routes)
Set the routes property: The configuration settings of the paths HTTP requests.
-