Uses of Class
com.azure.resourcemanager.loganalytics.models.TablePlanEnum
Packages that use TablePlanEnum
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of TablePlanEnum in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return TablePlanEnumModifier and TypeMethodDescriptionTableInner.plan()Get the plan property: Instruct the system how to handle and charge the logs ingested to this table.TableProperties.plan()Get the plan property: Instruct the system how to handle and charge the logs ingested to this table.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type TablePlanEnumModifier and TypeMethodDescriptionTableInner.withPlan(TablePlanEnum plan) Set the plan property: Instruct the system how to handle and charge the logs ingested to this table.TableProperties.withPlan(TablePlanEnum plan) Set the plan property: Instruct the system how to handle and charge the logs ingested to this table. -
Uses of TablePlanEnum in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type TablePlanEnum in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classInstruct the system how to handle and charge the logs ingested to this table.Fields in com.azure.resourcemanager.loganalytics.models declared as TablePlanEnumModifier and TypeFieldDescriptionstatic final TablePlanEnumTablePlanEnum.ANALYTICSHigh-value logs used for continuous monitoring, real-time detection, and performance analytics.static final TablePlanEnumTablePlanEnum.AUXILIARYLow-touch logs, such as verbose logs, and data required for auditing and compliance.static final TablePlanEnumTablePlanEnum.BASICMedium-touch logs needed for troubleshooting and incident response.Methods in com.azure.resourcemanager.loganalytics.models that return TablePlanEnumModifier and TypeMethodDescriptionstatic TablePlanEnumTablePlanEnum.fromString(String name) Creates or finds a TablePlanEnum from its string representation.Table.plan()Gets the plan property: Instruct the system how to handle and charge the logs ingested to this table.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type TablePlanEnumModifier and TypeMethodDescriptionstatic Collection<TablePlanEnum> TablePlanEnum.values()Gets known TablePlanEnum values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type TablePlanEnumModifier and TypeMethodDescriptionTable.DefinitionStages.WithPlan.withPlan(TablePlanEnum plan) Specifies the plan property: Instruct the system how to handle and charge the logs ingested to this table..Table.UpdateStages.WithPlan.withPlan(TablePlanEnum plan) Specifies the plan property: Instruct the system how to handle and charge the logs ingested to this table..