GraphQueryUpdateParameters Class
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.
The parameters that can be provided when updating workbook properties properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.GraphQueryUpdateParametersTypeConverter))]
public class GraphQueryUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.IGraphQueryUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.GraphQueryUpdateParametersTypeConverter))>]
type GraphQueryUpdateParameters = class
interface IGraphQueryUpdateParameters
interface IJsonSerializable
Public Class GraphQueryUpdateParameters
Implements IGraphQueryUpdateParameters
- Inheritance
-
GraphQueryUpdateParameters
- Attributes
- Implements
Constructors
GraphQueryUpdateParameters() |
Creates an new GraphQueryUpdateParameters instance. |
Properties
Description |
The description of a graph query. |
Query |
KQL query that will be graph. |
Tag |
Resource tags |
Methods
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.Api20180901Preview.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. |