Language

QueryCheck Class

Definition

The rule query details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.QueryCheckTypeConverter))]
public class QueryCheck : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IQueryCheck
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.QueryCheckTypeConverter))>]
type QueryCheck = class
    interface IQueryCheck
    interface IJsonSerializable
Public Class QueryCheck
Implements IQueryCheck
Inheritance
QueryCheck
Attributes
Implements

Constructors

Name Description
QueryCheck()

Creates an new QueryCheck instance.

Properties

Name Description
ColumnName

Column names of expected result.

ExpectedResult

Expected result.

Query

The rule query.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryCheck.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryCheck.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IQueryCheck.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryCheck into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to