Uses of Enum
com.azure.resourcemanager.appservice.models.ForwardProxyConvention
Packages that use ForwardProxyConvention
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ForwardProxyConvention in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ForwardProxyConventionModifier and TypeMethodDescriptionForwardProxy.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
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.Methods in com.azure.resourcemanager.appservice.models with parameters of type ForwardProxyConventionModifier and TypeMethodDescriptionForwardProxy.withConvention
(ForwardProxyConvention convention) Set the convention property: The convention used to determine the url of the request made.