你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationalInsightsTableSubType 结构

定义

子类型描述哪些 API 可用于与表交互,以及可用于表的功能。

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

构造函数

OperationalInsightsTableSubType(String)

初始化 OperationalInsightsTableSubType 的新实例。

属性

Any

用于创建内置表的默认子类型。

Classic

指示通过数据收集器 API 或使用 MMA 代理的自定义日志功能创建的表,或创建自定义字段所针对的任何表。

DataCollectionRuleBased

表有资格通过数据收集规则支持的任何方式将数据发送到其中:数据收集终结点 API、引入时转换或数据收集规则提供的任何其他机制。

方法

Equals(OperationalInsightsTableSubType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(OperationalInsightsTableSubType, OperationalInsightsTableSubType)

确定两个 OperationalInsightsTableSubType 值是否相同。

Implicit(String to OperationalInsightsTableSubType)

将字符串转换为 OperationalInsightsTableSubType

Inequality(OperationalInsightsTableSubType, OperationalInsightsTableSubType)

确定两个 OperationalInsightsTableSubType 值是否不相同。

适用于