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