Share via


MetadataList Class

Definition

List of all the metadata.

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

Constructors

MetadataList()

Creates an new MetadataList instance.

Properties

NextLink

URL to fetch the next page of metadata.

Value

Array of metadata.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetadataList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetadataList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetadataList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to