ArmSecurityInsightsModelFactory.SecurityInsightsIncidentEntitiesMetadata Method

Definition

Initializes a new instance of SecurityInsightsIncidentEntitiesMetadata.

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesMetadata SecurityInsightsIncidentEntitiesMetadata (Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityKind entityKind = default, int count = 0);
static member SecurityInsightsIncidentEntitiesMetadata : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityKind * int -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesMetadata
Public Shared Function SecurityInsightsIncidentEntitiesMetadata (Optional entityKind As SecurityInsightsEntityKind = Nothing, Optional count As Integer = 0) As SecurityInsightsIncidentEntitiesMetadata

Parameters

entityKind
SecurityInsightsEntityKind

The kind of the aggregated entity.

count
Int32

Total number of aggregations of the given kind in the incident related entities result.

Returns

A new SecurityInsightsIncidentEntitiesMetadata instance for mocking.

Applies to