Class TableTypeEnum

java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableTypeEnum>
com.azure.resourcemanager.loganalytics.models.TableTypeEnum

public final class TableTypeEnum extends com.azure.core.util.ExpandableStringEnum<TableTypeEnum>
Defines values for TableTypeEnum.
  • Field Details

    • MICROSOFT

      public static final TableTypeEnum MICROSOFT
      Static value Microsoft for TableTypeEnum.
    • CUSTOM_LOG

      public static final TableTypeEnum CUSTOM_LOG
      Static value CustomLog for TableTypeEnum.
    • RESTORED_LOGS

      public static final TableTypeEnum RESTORED_LOGS
      Static value RestoredLogs for TableTypeEnum.
    • SEARCH_RESULTS

      public static final TableTypeEnum SEARCH_RESULTS
      Static value SearchResults for TableTypeEnum.
  • Constructor Details

    • TableTypeEnum

      public TableTypeEnum()
  • 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.