| 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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSettings |
SiteAuthSettingsV2Properties.httpSettings()
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and
authorization requests made against App Service Authentication/Authorization.
|
HttpSettings |
SiteAuthSettingsV2Inner.httpSettings()
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and
authorization requests made against App Service Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsV2Properties |
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.
|
SiteAuthSettingsV2Inner |
SiteAuthSettingsV2Inner.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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSettings |
HttpSettings.withForwardProxy(ForwardProxy forwardProxy)
Set the forwardProxy property: The configuration settings of a forward proxy used to make the requests.
|
HttpSettings |
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 |
HttpSettings.withRoutes(HttpSettingsRoutes routes)
Set the routes property: The configuration settings of the paths HTTP requests.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.