GraphQueryPropertiesUpdateParameters 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.
Properties that contain a workbook for PATCH operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.GraphQueryPropertiesUpdateParametersTypeConverter))]
public class GraphQueryPropertiesUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.IGraphQueryPropertiesUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.GraphQueryPropertiesUpdateParametersTypeConverter))>]
type GraphQueryPropertiesUpdateParameters = class
interface IGraphQueryPropertiesUpdateParameters
interface IJsonSerializable
Public Class GraphQueryPropertiesUpdateParameters
Implements IGraphQueryPropertiesUpdateParameters
- Inheritance
-
GraphQueryPropertiesUpdateParameters
- Attributes
- Implements
Constructors
GraphQueryPropertiesUpdateParameters() |
Creates an new GraphQueryPropertiesUpdateParameters instance. |
Properties
Description |
The description of a graph query. |
Query |
KQL query that will be graph. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GraphQueryPropertiesUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GraphQueryPropertiesUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.IGraphQueryPropertiesUpdateParameters. |
FromJsonString(String) |
Creates a new instance of GraphQueryPropertiesUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GraphQueryPropertiesUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |