Class AllowedEndpointRecordType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AllowedEndpointRecordType>
com.azure.resourcemanager.trafficmanager.models.AllowedEndpointRecordType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AllowedEndpointRecordType
extends com.azure.core.util.ExpandableStringEnum<AllowedEndpointRecordType>
The allowed type DNS record types for this profile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AllowedEndpointRecordTypeStatic value Any for AllowedEndpointRecordType.static final AllowedEndpointRecordTypeStatic value DomainName for AllowedEndpointRecordType.static final AllowedEndpointRecordTypeStatic value IPv4Address for AllowedEndpointRecordType.static final AllowedEndpointRecordTypeStatic value IPv6Address for AllowedEndpointRecordType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowedEndpointRecordTypefromString(String name) Creates or finds a AllowedEndpointRecordType from its string representation.static Collection<AllowedEndpointRecordType> values()Gets known AllowedEndpointRecordType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DOMAIN_NAME
Static value DomainName for AllowedEndpointRecordType. -
IPV4ADDRESS
Static value IPv4Address for AllowedEndpointRecordType. -
IPV6ADDRESS
Static value IPv6Address for AllowedEndpointRecordType. -
ANY
Static value Any for AllowedEndpointRecordType.
-
-
Constructor Details
-
AllowedEndpointRecordType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AllowedEndpointRecordType value.
-
-
Method Details
-
fromString
Creates or finds a AllowedEndpointRecordType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AllowedEndpointRecordType.
-
values
Gets known AllowedEndpointRecordType values.- Returns:
- known AllowedEndpointRecordType values.
-
fromString(String)factory method.