Uses of Class
com.azure.resourcemanager.appservice.models.ForwardProxyConvention
-
Packages that use ForwardProxyConvention Package Description com.azure.resourcemanager.appservice.models 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 ForwardProxyConvention Modifier and Type Method Description ForwardProxyConventionForwardProxy. convention()Get the convention property: The convention used to determine the url of the request made.static ForwardProxyConventionForwardProxyConvention. fromString(String value)Parses a serialized value to a ForwardProxyConvention instance.static ForwardProxyConventionForwardProxyConvention. 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.Methods in com.azure.resourcemanager.appservice.models with parameters of type ForwardProxyConvention Modifier and Type Method Description ForwardProxyForwardProxy. withConvention(ForwardProxyConvention convention)Set the convention property: The convention used to determine the url of the request made.
-