共用方式為


OperationalInsightsTableSubType Struct

Definition

The subtype describes what APIs can be used to interact with the table, and what features are available against it.

public readonly struct OperationalInsightsTableSubType : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSubType>
type OperationalInsightsTableSubType = struct
Public Structure OperationalInsightsTableSubType
Implements IEquatable(Of OperationalInsightsTableSubType)
Inheritance
OperationalInsightsTableSubType
Implements

Constructors

OperationalInsightsTableSubType(String)

Initializes a new instance of OperationalInsightsTableSubType.

Properties

Any

The default subtype with which built-in tables are created.

Classic

Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created.

DataCollectionRuleBased

A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules.

Methods

Equals(OperationalInsightsTableSubType)

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(OperationalInsightsTableSubType, OperationalInsightsTableSubType)

Determines if two OperationalInsightsTableSubType values are the same.

Implicit(String to OperationalInsightsTableSubType)

Converts a string to a OperationalInsightsTableSubType.

Inequality(OperationalInsightsTableSubType, OperationalInsightsTableSubType)

Determines if two OperationalInsightsTableSubType values are not the same.

Applies to