Share via


TimelineResultsMetadata Class

Definition

Expansion result metadata.

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

Constructors

TimelineResultsMetadata()

Creates an new TimelineResultsMetadata instance.

Properties

Aggregation

timeline aggregation per kind

Error

information about the failure queries

TotalCount

the total items found for the timeline request

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimelineResultsMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimelineResultsMetadata.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimelineResultsMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to