Class FrontDoorProtocol
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FrontDoorProtocol>
com.azure.resourcemanager.frontdoor.models.FrontDoorProtocol
public final class FrontDoorProtocol
extends com.azure.core.util.ExpandableStringEnum<FrontDoorProtocol>
Accepted protocol schemes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final FrontDoorProtocol
Static value Http for FrontDoorProtocol.static final FrontDoorProtocol
Static value Https for FrontDoorProtocol. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FrontDoorProtocol
fromString
(String name) Creates or finds a FrontDoorProtocol from its string representation.static Collection<FrontDoorProtocol>
values()
Gets known FrontDoorProtocol values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
HTTP
Static value Http for FrontDoorProtocol. -
HTTPS
Static value Https for FrontDoorProtocol.
-
-
Constructor Details
-
FrontDoorProtocol
Deprecated.Use thefromString(String)
factory method.Creates a new instance of FrontDoorProtocol value.
-
-
Method Details
-
fromString
Creates or finds a FrontDoorProtocol from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding FrontDoorProtocol.
-
values
Gets known FrontDoorProtocol values.- Returns:
- known FrontDoorProtocol values.
-
fromString(String)
factory method.