ArmSecurityInsightsModelFactory.InsightQueryItem 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.InsightQueryItem InsightQueryItem(string id = default, string name = default, string type = default, Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemProperties properties = default);
static member InsightQueryItem : string * string * string * Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemProperties -> Azure.ResourceManager.SecurityInsights.Models.InsightQueryItem
Public Shared Function InsightQueryItem (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As InsightQueryItemProperties = Nothing) As InsightQueryItem
Parameters
- id
- String
Query Template ARM ID.
- name
- String
Query Template ARM Name.
- type
- String
ARM Type.
- properties
- InsightQueryItemProperties
Properties bag for InsightQueryItem.
Returns
A new InsightQueryItem instance for mocking.