Class InsightQueryItemPropertiesTableQuery
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesTableQuery
The insight table query.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the columnsDefinitions property: List of insight column definitions.Get the queriesDefinitions property: List of insight queries definitions.void
validate()
Validates the instance.withColumnsDefinitions
(List<InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem> columnsDefinitions) Set the columnsDefinitions property: List of insight column definitions.withQueriesDefinitions
(List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem> queriesDefinitions) Set the queriesDefinitions property: List of insight queries definitions.
-
Constructor Details
-
InsightQueryItemPropertiesTableQuery
public InsightQueryItemPropertiesTableQuery()
-
-
Method Details
-
columnsDefinitions
Get the columnsDefinitions property: List of insight column definitions.- Returns:
- the columnsDefinitions value.
-
withColumnsDefinitions
public InsightQueryItemPropertiesTableQuery withColumnsDefinitions(List<InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem> columnsDefinitions) Set the columnsDefinitions property: List of insight column definitions.- Parameters:
columnsDefinitions
- the columnsDefinitions value to set.- Returns:
- the InsightQueryItemPropertiesTableQuery object itself.
-
queriesDefinitions
Get the queriesDefinitions property: List of insight queries definitions.- Returns:
- the queriesDefinitions value.
-
withQueriesDefinitions
public InsightQueryItemPropertiesTableQuery withQueriesDefinitions(List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem> queriesDefinitions) Set the queriesDefinitions property: List of insight queries definitions.- Parameters:
queriesDefinitions
- the queriesDefinitions value to set.- Returns:
- the InsightQueryItemPropertiesTableQuery object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-