QueryCheck Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. QueryCheck
- com.
Implements
public final class QueryCheck
implements JsonSerializable<QueryCheck>
The rule query details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
columnNames()
Get the column |
| List<List<String>> |
expectedResult()
Get the expected |
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| String |
query()
Get the query property: The rule query. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
columnNames
public List<String> columnNames()
Get the columnNames property: Column names of expected result.
Returns:
expectedResult
public List<List<String>> expectedResult()
Get the expectedResult property: Expected result.
Returns:
fromJson
public static QueryCheck fromJson(JsonReader jsonReader)
Reads an instance of QueryCheck from the JsonReader.
Parameters:
Returns:
Throws:
query
public String query()
Get the query property: The rule query.
Returns:
toJson
validate
public void validate()
Validates the instance.