Share via


InsightsTableResultColumnsItem Class

Definition

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

Constructors

InsightsTableResultColumnsItem()

Creates an new InsightsTableResultColumnsItem instance.

Properties

Name

the name of the colum

Type

the type of the colum

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InsightsTableResultColumnsItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InsightsTableResultColumnsItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InsightsTableResultColumnsItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to