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>
Instruct the system how to handle and charge the logs ingested to this table.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TablePlanEnumHigh-value logs used for continuous monitoring, real-time detection, and performance analytics.static final TablePlanEnumLow-touch logs, such as verbose logs, and data required for auditing and compliance.static final TablePlanEnumMedium-touch logs needed for troubleshooting and incident response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TablePlanEnumfromString(String name) Creates or finds a TablePlanEnum from its string representation.static Collection<TablePlanEnum> values()Gets known TablePlanEnum values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BASIC
Medium-touch logs needed for troubleshooting and incident response. -
ANALYTICS
High-value logs used for continuous monitoring, real-time detection, and performance analytics. -
AUXILIARY
Low-touch logs, such as verbose logs, and data required for auditing and compliance.
-
-
Constructor Details
-
TablePlanEnum
Deprecated.Use thefromString(String)factory method.Creates a new instance of TablePlanEnum value.
-
-
Method Details
-
fromString
Creates or finds a TablePlanEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TablePlanEnum.
-
values
Gets known TablePlanEnum values.- Returns:
- known TablePlanEnum values.
-
fromString(String)factory method.