Class TableTypeEnum

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

public final class TableTypeEnum extends com.azure.core.util.ExpandableStringEnum<TableTypeEnum>
Table's creator.
  • Field Details

    • MICROSOFT

      public static final TableTypeEnum MICROSOFT
      Standard data collected by Azure Monitor.
    • CUSTOM_LOG

      public static final TableTypeEnum CUSTOM_LOG
      Custom log table.
    • RESTORED_LOGS

      public static final TableTypeEnum RESTORED_LOGS
      Restored data.
    • SEARCH_RESULTS

      public static final TableTypeEnum SEARCH_RESULTS
      Data collected by a search job.
  • Constructor Details

    • TableTypeEnum

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

    • fromString

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

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