Class LocalDnsState

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

public final class LocalDnsState extends com.azure.core.util.ExpandableStringEnum<LocalDnsState>
System-generated state of localDNS.
  • Field Details

    • ENABLED

      public static final LocalDnsState ENABLED
      Static value Enabled for LocalDnsState.
    • DISABLED

      public static final LocalDnsState DISABLED
      Static value Disabled for LocalDnsState.
  • Constructor Details

    • LocalDnsState

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

    • fromString

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

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