GraphQueries Class

Definition

The graph query to show the current data status

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueriesTypeConverter))]
public class GraphQueries : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGraphQueries
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GraphQueriesTypeConverter))>]
type GraphQueries = class
    interface IGraphQueries
    interface IJsonSerializable
Public Class GraphQueries
Implements IGraphQueries
Inheritance
GraphQueries
Attributes
Implements

Constructors

GraphQueries()

Creates an new GraphQueries instance.

Properties

BaseQuery

The base query for the graph

Legend

The legend for the graph

MetricName

the metric that the query is checking

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GraphQueries.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GraphQueries.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGraphQueries.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GraphQueries into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to