IGraphQueryListResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |