Uses of Class
com.azure.resourcemanager.appcontainers.models.ForwardProxyConvention
-
Packages that use ForwardProxyConvention Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of ForwardProxyConvention in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ForwardProxyConvention Modifier and Type Method 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.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ForwardProxyConvention Modifier and Type Method Description ForwardProxy
ForwardProxy. withConvention(ForwardProxyConvention convention)
Set the convention property: The convention used to determine the url of the request made.
-