ArmSecurityInsightsModelFactory.ConnectorGraphQuery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.SecurityInsights.Models.ConnectorGraphQuery ConnectorGraphQuery(string metricName = default, string legend = default, string baseQuery = default);
static member ConnectorGraphQuery : string * string * string -> Azure.ResourceManager.SecurityInsights.Models.ConnectorGraphQuery
Public Shared Function ConnectorGraphQuery (Optional metricName As String = Nothing, Optional legend As String = Nothing, Optional baseQuery As String = Nothing) As ConnectorGraphQuery
Parameters
- metricName
- String
Gets or sets the metric name that the query is checking. For example: 'Total data receive'.
- legend
- String
Gets or sets the legend for the graph.
- baseQuery
- String
Gets or sets the base query for the graph. The base query is wrapped by Sentinel UI infra with a KQL query, that measures the volume over time.
Returns
A new ConnectorGraphQuery instance for mocking.