ArmSecurityInsightsModelFactory.InsightQueryItemPropertiesAdditionalQuery 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.
Initializes a new instance of InsightQueryItemPropertiesAdditionalQuery.
public static Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemPropertiesAdditionalQuery InsightQueryItemPropertiesAdditionalQuery (string query = default, string text = default);
static member InsightQueryItemPropertiesAdditionalQuery : string * string -> Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemPropertiesAdditionalQuery
Public Shared Function InsightQueryItemPropertiesAdditionalQuery (Optional query As String = Nothing, Optional text As String = Nothing) As InsightQueryItemPropertiesAdditionalQuery
Parameters
- query
- String
The insight query.
- text
- String
The insight text.
Returns
A new InsightQueryItemPropertiesAdditionalQuery instance for mocking.