OperationalInsightsTablePlan Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instruct the system how to handle and charge the logs ingested to this table.
public readonly struct OperationalInsightsTablePlan : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTablePlan>
type OperationalInsightsTablePlan = struct
Public Structure OperationalInsightsTablePlan
Implements IEquatable(Of OperationalInsightsTablePlan)
- Inheritance
-
OperationalInsightsTablePlan
- Implements
Constructors
| Name | Description |
|---|---|
| OperationalInsightsTablePlan(String) |
Initializes a new instance of OperationalInsightsTablePlan. |
Properties
| Name | Description |
|---|---|
| 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. |
| Basic |
Medium-touch logs needed for troubleshooting and incident response. |
Methods
| Name | Description |
|---|---|
| Equals(OperationalInsightsTablePlan) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(OperationalInsightsTablePlan, OperationalInsightsTablePlan) |
Determines if two OperationalInsightsTablePlan values are the same. |
| Implicit(String to Nullable<OperationalInsightsTablePlan>) | |
| Implicit(String to OperationalInsightsTablePlan) |
Converts a string to a OperationalInsightsTablePlan. |
| Inequality(OperationalInsightsTablePlan, OperationalInsightsTablePlan) |
Determines if two OperationalInsightsTablePlan values are not the same. |