Delen via


SecurityInsightsAlertConfidenceReason Class

Definition

confidence reason item.

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

Properties

Reason

The reason's description.

ReasonType

The type (category) of the reason.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SecurityInsightsAlertConfidenceReason>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsAlertConfidenceReason>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsAlertConfidenceReason>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsAlertConfidenceReason>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsAlertConfidenceReason>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to