Udostępnij przez


IGraphQueryListResult Interface

Definition

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

Properties

Name Description
NextLink

URL to fetch the next set of queries.

Value

An array of graph queries.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to