Class DnsEndpointType


  • public final class DnsEndpointType
    extends com.azure.core.util.ExpandableStringEnum<DnsEndpointType>
    Defines values for DnsEndpointType.
    • 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.
    • Constructor Detail

      • DnsEndpointType

        public 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.