Class LocalDnsForwardDestination

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LocalDnsForwardDestination>
com.azure.resourcemanager.containerservice.models.LocalDnsForwardDestination
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class LocalDnsForwardDestination extends com.azure.core.util.ExpandableStringEnum<LocalDnsForwardDestination>
Destination server for DNS queries to be forwarded from localDNS.
  • Field Details

    • CLUSTER_CORE_DNS

      public static final LocalDnsForwardDestination CLUSTER_CORE_DNS
      Static value ClusterCoreDNS for LocalDnsForwardDestination.
    • VNET_DNS

      public static final LocalDnsForwardDestination VNET_DNS
      Static value VnetDNS for LocalDnsForwardDestination.
  • Constructor Details

    • LocalDnsForwardDestination

      @Deprecated public LocalDnsForwardDestination()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of LocalDnsForwardDestination value.
  • Method Details

    • fromString

      public static LocalDnsForwardDestination fromString(String name)
      Creates or finds a LocalDnsForwardDestination from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding LocalDnsForwardDestination.
    • values

      public static Collection<LocalDnsForwardDestination> values()
      Gets known LocalDnsForwardDestination values.
      Returns:
      known LocalDnsForwardDestination values.