GraphQueryListResult Class

Definition

Graph query list result.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.GraphQueryListResultTypeConverter))]
public class GraphQueryListResult : Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.IGraphQueryListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.GraphQueryListResultTypeConverter))>]
type GraphQueryListResult = class
    interface IGraphQueryListResult
    interface IJsonSerializable
Public Class GraphQueryListResult
Implements IGraphQueryListResult
Inheritance
GraphQueryListResult
Attributes
Implements

Constructors

GraphQueryListResult()

Creates an new GraphQueryListResult instance.

Properties

NextLink

URL to fetch the next set of queries.

Value

An array of graph queries.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GraphQueryListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GraphQueryListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.IGraphQueryListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GraphQueryListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to