Class FrontDoorRedirectType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FrontDoorRedirectType>
com.azure.resourcemanager.frontdoor.models.FrontDoorRedirectType
public final class FrontDoorRedirectType
extends com.azure.core.util.ExpandableStringEnum<FrontDoorRedirectType>
The redirect type the rule will use when redirecting traffic.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FrontDoorRedirectTypeStatic value Found for FrontDoorRedirectType.static final FrontDoorRedirectTypeStatic value Moved for FrontDoorRedirectType.static final FrontDoorRedirectTypeStatic value PermanentRedirect for FrontDoorRedirectType.static final FrontDoorRedirectTypeStatic value TemporaryRedirect for FrontDoorRedirectType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FrontDoorRedirectTypefromString(String name) Creates or finds a FrontDoorRedirectType from its string representation.static Collection<FrontDoorRedirectType>values()Gets known FrontDoorRedirectType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MOVED
Static value Moved for FrontDoorRedirectType. -
FOUND
Static value Found for FrontDoorRedirectType. -
TEMPORARY_REDIRECT
Static value TemporaryRedirect for FrontDoorRedirectType. -
PERMANENT_REDIRECT
Static value PermanentRedirect for FrontDoorRedirectType.
-
-
Constructor Details
-
FrontDoorRedirectType
Deprecated.Use thefromString(String)factory method.Creates a new instance of FrontDoorRedirectType value.
-
-
Method Details
-
fromString
Creates or finds a FrontDoorRedirectType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FrontDoorRedirectType.
-
values
Gets known FrontDoorRedirectType values.- Returns:
- known FrontDoorRedirectType values.
-
fromString(String)factory method.