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

SecurityInsightsIncidentLabelType 结构

定义

标签的类型。

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

构造函数

SecurityInsightsIncidentLabelType(String)

初始化 SecurityInsightsIncidentLabelType 的新实例。

属性

AutoAssigned

系统自动创建的标签。

User

用户手动创建的标签。

方法

Equals(SecurityInsightsIncidentLabelType)

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

ToString()

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

运算符

Equality(SecurityInsightsIncidentLabelType, SecurityInsightsIncidentLabelType)

确定两个 SecurityInsightsIncidentLabelType 值是否相同。

Implicit(String to SecurityInsightsIncidentLabelType)

将字符串转换为 SecurityInsightsIncidentLabelType

Inequality(SecurityInsightsIncidentLabelType, SecurityInsightsIncidentLabelType)

确定两个 SecurityInsightsIncidentLabelType 值是否不同。

适用于