SecurityInsightsIncidentLabel Class

Definition

Represents an incident label.

public class SecurityInsightsIncidentLabel
public class SecurityInsightsIncidentLabel : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabel>
type SecurityInsightsIncidentLabel = class
type SecurityInsightsIncidentLabel = class
    interface IJsonModel<SecurityInsightsIncidentLabel>
    interface IPersistableModel<SecurityInsightsIncidentLabel>
Public Class SecurityInsightsIncidentLabel
Public Class SecurityInsightsIncidentLabel
Implements IJsonModel(Of SecurityInsightsIncidentLabel), IPersistableModel(Of SecurityInsightsIncidentLabel)
Inheritance
SecurityInsightsIncidentLabel
Implements

Constructors

SecurityInsightsIncidentLabel(String)

Initializes a new instance of SecurityInsightsIncidentLabel.

Properties

LabelName

The name of the label.

LabelType

The type of the label.

Explicit Interface Implementations

IJsonModel<SecurityInsightsIncidentLabel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsIncidentLabel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsIncidentLabel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsIncidentLabel>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsIncidentLabel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to