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.GraphQueryPropertiesUpdateParametersTypeConverter))]
public class GraphQueryPropertiesUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.IGraphQueryPropertiesUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.GraphQueryPropertiesUpdateParametersTypeConverter))>]
type GraphQueryPropertiesUpdateParameters = class
interface IGraphQueryPropertiesUpdateParameters
interface IJsonSerializable
Public Class GraphQueryPropertiesUpdateParameters
Implements IGraphQueryPropertiesUpdateParameters
- Inheritance
-
GraphQueryPropertiesUpdateParameters
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GraphQueryPropertiesUpdateParameters() |
Creates an new GraphQueryPropertiesUpdateParameters instance. |
Properties
| Name | Description |
|---|---|
| Description |
The description of a graph query. |
| Query |
KQL query that will be graph. |
Methods
| Name | Description |
|---|---|
| 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.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. |
| ToString() | |