Freigeben über


IGraphQueryUpdateParameters Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to