ArmSecurityInsightsModelFactory.ConnectorGraphQueries 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.ConnectorGraphQueries ConnectorGraphQueries(string metricName = default, string legend = default, string baseQuery = default);
static member ConnectorGraphQueries : string * string * string -> Azure.ResourceManager.SecurityInsights.Models.ConnectorGraphQueries
Public Shared Function ConnectorGraphQueries (Optional metricName As String = Nothing, Optional legend As String = Nothing, Optional baseQuery As String = Nothing) As ConnectorGraphQueries
Parameters
- metricName
- String
the metric that the query is checking.
- legend
- String
The legend for the graph.
- baseQuery
- String
The base query for the graph.
Returns
A new ConnectorGraphQueries instance for mocking.