Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessUiConnectorConfigPropertiesGraphQueriesItem
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of CodelessUiConnectorConfigPropertiesGraphQueriesItem in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessUiConnectorConfigPropertiesGraphQueriesItem.withBaseQuery
(String baseQuery) Set the baseQuery property: The base query for the graph.CodelessUiConnectorConfigPropertiesGraphQueriesItem.withLegend
(String legend) Set the legend property: The legend for the graph.CodelessUiConnectorConfigPropertiesGraphQueriesItem.withMetricName
(String metricName) Set the metricName property: the metric that the query is checking.Modifier and TypeMethodDescriptionCodelessUiConnectorConfigProperties.graphQueries()
Get the graphQueries property: The graph query to show the current data status.Modifier and TypeMethodDescriptionCodelessUiConnectorConfigProperties.withGraphQueries
(List<CodelessUiConnectorConfigPropertiesGraphQueriesItem> graphQueries) Set the graphQueries property: The graph query to show the current data status.