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

IncidentLabel Class

Definition

Represents an incident label

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IncidentLabelTypeConverter))]
public class IncidentLabel : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IncidentLabelTypeConverter))>]
type IncidentLabel = class
    interface IIncidentLabel
    interface IJsonSerializable
Public Class IncidentLabel
Implements IIncidentLabel
Inheritance
IncidentLabel
Attributes
Implements

Constructors

IncidentLabel()

Creates an new IncidentLabel instance.

Properties

LabelName

The name of the label

LabelType

The type of the label

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentLabel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentLabel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel.

FromJsonString(String)

Creates a new instance of IncidentLabel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentLabel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to