Share via


SecurityAlertPropertiesConfidenceReasonsItem Class

Definition

confidence reason item

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

Constructors

SecurityAlertPropertiesConfidenceReasonsItem()

Creates an new SecurityAlertPropertiesConfidenceReasonsItem instance.

Properties

Reason

The reason's description

ReasonType

The type (category) of the reason

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecurityAlertPropertiesConfidenceReasonsItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecurityAlertPropertiesConfidenceReasonsItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecurityAlertPropertiesConfidenceReasonsItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to