GraphQueryProperties Class

Definition

Properties that contain a graph query.

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

Constructors

GraphQueryProperties()

Creates an new GraphQueryProperties instance.

Properties

Description

The description of a graph query.

Query

KQL query that will be graph.

ResultKind

Enum indicating a type of graph query.

TimeModified

Date and time in UTC of the last modification that was made to this graph query definition.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GraphQueryProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GraphQueryProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GraphQueryProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to