Class HostnameType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HostnameType>
com.azure.resourcemanager.apimanagement.models.HostnameType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Hostname type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HostnameTypeStatic value ConfigurationApi for HostnameType.static final HostnameTypeStatic value DeveloperPortal for HostnameType.static final HostnameTypeStatic value Management for HostnameType.static final HostnameTypeStatic value Portal for HostnameType.static final HostnameTypeStatic value Proxy for HostnameType.static final HostnameTypeStatic value Scm for HostnameType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HostnameTypefromString(String name) Creates or finds a HostnameType from its string representation.static Collection<HostnameType> values()Gets known HostnameType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PROXY
Static value Proxy for HostnameType. -
PORTAL
Static value Portal for HostnameType. -
MANAGEMENT
Static value Management for HostnameType. -
SCM
Static value Scm for HostnameType. -
DEVELOPER_PORTAL
Static value DeveloperPortal for HostnameType. -
CONFIGURATION_API
Static value ConfigurationApi for HostnameType.
-
-
Constructor Details
-
HostnameType
Deprecated.Use thefromString(String)factory method.Creates a new instance of HostnameType value.
-
-
Method Details
-
fromString
Creates or finds a HostnameType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding HostnameType.
-
values
Gets known HostnameType values.- Returns:
- known HostnameType values.
-
fromString(String)factory method.