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
OperationalInsightsTablePlan(String) |
Initializes a new instance of OperationalInsightsTablePlan. |
Properties
Analytics |
Logs that allow monitoring and analytics. |
Basic |
Logs that are adjusted to support high volume low value verbose logs. |
Methods
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
Equality(OperationalInsightsTablePlan, OperationalInsightsTablePlan) |
Determines if two OperationalInsightsTablePlan values are the same. |
Implicit(String to OperationalInsightsTablePlan) |
Converts a String to a OperationalInsightsTablePlan. |
Inequality(OperationalInsightsTablePlan, OperationalInsightsTablePlan) |
Determines if two OperationalInsightsTablePlan values are not the same. |
Applies to
Azure SDK for .NET