IGraphQueryUpdateParameters 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.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) |