Class TablePlanEnum

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

public final class TablePlanEnum extends com.azure.core.util.ExpandableStringEnum<TablePlanEnum>
Instruct the system how to handle and charge the logs ingested to this table.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TablePlanEnum
    High-value logs used for continuous monitoring, real-time detection, and performance analytics.
    static final TablePlanEnum
    Low-touch logs, such as verbose logs, and data required for auditing and compliance.
    static final TablePlanEnum
    Medium-touch logs needed for troubleshooting and incident response.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a TablePlanEnum from its string representation.
    Gets known TablePlanEnum values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • BASIC

      public static final TablePlanEnum BASIC
      Medium-touch logs needed for troubleshooting and incident response.
    • ANALYTICS

      public static final TablePlanEnum ANALYTICS
      High-value logs used for continuous monitoring, real-time detection, and performance analytics.
    • AUXILIARY

      public static final TablePlanEnum AUXILIARY
      Low-touch logs, such as verbose logs, and data required for auditing and compliance.
  • Constructor Details

    • TablePlanEnum

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

    • fromString

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

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