Share via


ExpansionResultsMetadata Class

Definition

Expansion result metadata.

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

Constructors

ExpansionResultsMetadata()

Creates an new ExpansionResultsMetadata instance.

Properties

Aggregation

Information of the aggregated nodes in the expansion result.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExpansionResultsMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExpansionResultsMetadata.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExpansionResultsMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to