Uses of Class
com.azure.resourcemanager.appcontainers.models.HttpSettings
Packages that use HttpSettings
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of HttpSettings in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return HttpSettingsModifier and TypeMethodDescriptionAuthConfigInner.httpSettings()Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.AuthConfigProperties.httpSettings()Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type HttpSettingsModifier and TypeMethodDescriptionAuthConfigInner.withHttpSettings(HttpSettings httpSettings) Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.AuthConfigProperties.withHttpSettings(HttpSettings httpSettings) Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. -
Uses of HttpSettings in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return HttpSettingsModifier and TypeMethodDescriptionstatic HttpSettingsHttpSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HttpSettings from the JsonReader.AuthConfig.httpSettings()Gets the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.HttpSettings.withForwardProxy(ForwardProxy forwardProxy) Set the forwardProxy property: The configuration settings of a forward proxy used to make the requests.HttpSettings.withRequireHttps(Boolean requireHttps) Set the requireHttps property: <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.HttpSettings.withRoutes(HttpSettingsRoutes routes) Set the routes property: The configuration settings of the paths HTTP requests.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type HttpSettingsModifier and TypeMethodDescriptionAuthConfig.DefinitionStages.WithHttpSettings.withHttpSettings(HttpSettings httpSettings) Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..AuthConfig.UpdateStages.WithHttpSettings.withHttpSettings(HttpSettings httpSettings) Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..