| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardProxyConvention |
ForwardProxy.convention()
Get the convention property: The convention used to determine the url of the request made.
|
static ForwardProxyConvention |
ForwardProxyConvention.fromString(String value)
Parses a serialized value to a ForwardProxyConvention instance.
|
static ForwardProxyConvention |
ForwardProxyConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardProxyConvention[] |
ForwardProxyConvention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardProxy |
ForwardProxy.withConvention(ForwardProxyConvention convention)
Set the convention property: The convention used to determine the url of the request made.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.