OperationalInsightsTableSubType 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.
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
Azure SDK for .NET