Uses of Class
com.azure.resourcemanager.appservice.models.HttpSettings
Packages that use HttpSettings
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of HttpSettings in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HttpSettingsModifier and TypeMethodDescriptionSiteAuthSettingsV2Inner.httpSettings()
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.SiteAuthSettingsV2Properties.httpSettings()
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type HttpSettingsModifier and TypeMethodDescriptionSiteAuthSettingsV2Inner.withHttpSettings
(HttpSettings httpSettings) Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.SiteAuthSettingsV2Properties.withHttpSettings
(HttpSettings httpSettings) Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. -
Uses of HttpSettings in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HttpSettingsModifier and TypeMethodDescriptionstatic HttpSettings
HttpSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HttpSettings from the JsonReader.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.