Class EndpointType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EndpointType>
com.azure.resourcemanager.frontdoor.models.EndpointType
The type of endpoint.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EndpointTypeStatic value AFD for EndpointType.static final EndpointTypeStatic value ATM for EndpointType.static final EndpointTypeStatic value AzureRegion for EndpointType.static final EndpointTypeStatic value CDN for EndpointType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointTypefromString(String name) Creates or finds a EndpointType from its string representation.static Collection<EndpointType>values()Gets known EndpointType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AFD
Static value AFD for EndpointType. -
AZURE_REGION
Static value AzureRegion for EndpointType. -
CDN
Static value CDN for EndpointType. -
ATM
Static value ATM for EndpointType.
-
-
Constructor Details
-
EndpointType
Deprecated.Use thefromString(String)factory method.Creates a new instance of EndpointType value.
-
-
Method Details
-
fromString
Creates or finds a EndpointType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EndpointType.
-
values
Gets known EndpointType values.- Returns:
- known EndpointType values.
-
fromString(String)factory method.