Share via


RelationList Class

Definition

List of relations.

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

Constructors

RelationList()

Creates an new RelationList instance.

Properties

NextLink

URL to fetch the next set of relations.

Value

Array of relations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RelationList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RelationList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RelationList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to