IncidentLabel Class

Definition

Represents an incident label

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

Constructors

Name Description
IncidentLabel()

Creates an new IncidentLabel instance.

Properties

Name Description
LabelName

The name of the label

LabelType

The type of the label

Methods

Name Description
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.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.

ToString()

Applies to