Share via


GetInsightsResultsMetadata Class

Definition

Get Insights result metadata.

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

Constructors

GetInsightsResultsMetadata()

Creates an new GetInsightsResultsMetadata instance.

Properties

Error

information about the failed queries

TotalCount

the total items found for the insights request

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GetInsightsResultsMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GetInsightsResultsMetadata.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GetInsightsResultsMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to