Class DnsEndpointType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<DnsEndpointType>
-
- com.azure.resourcemanager.storage.models.DnsEndpointType
-
public final class DnsEndpointType extends com.azure.core.util.ExpandableStringEnum<DnsEndpointType>
Defines values for DnsEndpointType.
-
-
Field Summary
Fields Modifier and Type Field Description static DnsEndpointTypeAZURE_DNS_ZONEStatic value AzureDnsZone for DnsEndpointType.static DnsEndpointTypeSTANDARDStatic value Standard for DnsEndpointType.
-
Constructor Summary
Constructors Constructor Description DnsEndpointType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DnsEndpointTypefromString(String name)Creates or finds a DnsEndpointType from its string representation.static Collection<DnsEndpointType>values()
-
-
-
Field Detail
-
STANDARD
public static final DnsEndpointType STANDARD
Static value Standard for DnsEndpointType.
-
AZURE_DNS_ZONE
public static final DnsEndpointType AZURE_DNS_ZONE
Static value AzureDnsZone for DnsEndpointType.
-
-
Method Detail
-
fromString
public static DnsEndpointType fromString(String name)
Creates or finds a DnsEndpointType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DnsEndpointType.
-
values
public static Collection<DnsEndpointType> values()
- Returns:
- known DnsEndpointType values.
-
-