Udostępnij za pośrednictwem


OperationalInsightsTablePlan Struct

Definition

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