Freigeben über


GraphQueryUpdateParameters Class

Definition

The parameters that can be provided when updating workbook properties properties.

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

Constructors

Name Description
GraphQueryUpdateParameters()

Creates an new GraphQueryUpdateParameters instance.

Properties

Name Description
Description

The description of a graph query.

Etag

This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.

Query

KQL query that will be graph.

Tag

Resource tags

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GraphQueryUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GraphQueryUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GraphQueryUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to