Partilhar via


ArmSecurityInsightsModelFactory.EntityQueryItem Method

Definition

Initializes a new instance of EntityQueryItem.

public static Azure.ResourceManager.SecurityInsights.Models.EntityQueryItem EntityQueryItem (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = default);
static member EntityQueryItem : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string -> Azure.ResourceManager.SecurityInsights.Models.EntityQueryItem
Public Shared Function EntityQueryItem (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As String = Nothing) As EntityQueryItem

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

kind
String

The kind of the entity query.

Returns

A new EntityQueryItem instance for mocking.

Applies to