Share via


EntityAnalyticsProperties Class

Definition

EntityAnalytics property bag.

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

Constructors

EntityAnalyticsProperties()

Creates an new EntityAnalyticsProperties instance.

Properties

IsEnabled

Determines whether the setting is enable or disabled.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityAnalyticsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityAnalyticsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityAnalyticsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to