Uses of Class
com.azure.resourcemanager.appservice.models.HttpSettings
-
Packages that use HttpSettings Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 HttpSettings Modifier and Type Method Description HttpSettingsSiteAuthSettingsV2Inner. httpSettings()Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.HttpSettingsSiteAuthSettingsV2Properties. 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 HttpSettings Modifier and Type Method Description SiteAuthSettingsV2InnerSiteAuthSettingsV2Inner. 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.SiteAuthSettingsV2PropertiesSiteAuthSettingsV2Properties. 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 HttpSettings Modifier and Type Method Description HttpSettingsHttpSettings. withForwardProxy(ForwardProxy forwardProxy)Set the forwardProxy property: The configuration settings of a forward proxy used to make the requests.HttpSettingsHttpSettings. 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>.HttpSettingsHttpSettings. withRoutes(HttpSettingsRoutes routes)Set the routes property: The configuration settings of the paths HTTP requests.
-