| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardProxy |
HttpSettings.forwardProxy()
Get the forwardProxy property: The configuration settings of a forward proxy used to make the requests.
|
ForwardProxy |
ForwardProxy.withConvention(ForwardProxyConvention convention)
Set the convention property: The convention used to determine the url of the request made.
|
ForwardProxy |
ForwardProxy.withCustomHostHeaderName(String customHostHeaderName)
Set the customHostHeaderName property: The name of the header containing the host of the request.
|
ForwardProxy |
ForwardProxy.withCustomProtoHeaderName(String customProtoHeaderName)
Set the customProtoHeaderName property: The name of the header containing the scheme of the request.
|
| 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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.