Class LocalDnsQueryLogging

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

public final class LocalDnsQueryLogging extends com.azure.core.util.ExpandableStringEnum<LocalDnsQueryLogging>
Log level for DNS queries in localDNS.
  • Field Details

  • Constructor Details

    • LocalDnsQueryLogging

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

    • fromString

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

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