GetQueriesResponse Class

Definition

Retrieve queries for entity result operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.GetQueriesResponseTypeConverter))]
public class GetQueriesResponse : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetQueriesResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.GetQueriesResponseTypeConverter))>]
type GetQueriesResponse = class
    interface IGetQueriesResponse
    interface IJsonSerializable
Public Class GetQueriesResponse
Implements IGetQueriesResponse
Inheritance
GetQueriesResponse
Attributes
Implements

Constructors

Name Description
GetQueriesResponse()

Creates an new GetQueriesResponse instance.

Properties

Name Description
Value

The query result values.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GetQueriesResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GetQueriesResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetQueriesResponse.

FromJsonString(String)

Creates a new instance of GetQueriesResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GetQueriesResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to