IGraphQueryListResult Interface

Definition

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

Properties

NextLink

URL to fetch the next set of queries.

Value

An array of graph queries.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to