Share via


GetQueriesResponse Class

Definition

Retrieve queries for entity result operation response.

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

Constructors

GetQueriesResponse()

Creates an new GetQueriesResponse instance.

Properties

Value

The query result values.

Methods

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.Api20210901Preview.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.

Applies to