Share via


InsightsTableResult Class

Definition

Query results for table insights query.

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

Constructors

InsightsTableResult()

Creates an new InsightsTableResult instance.

Properties

Column

Columns Metadata of the table

Row

Rows data of the table

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InsightsTableResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InsightsTableResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InsightsTableResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to