IncidentLabel Class
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.
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. |