ArmSecurityInsightsModelFactory.ExpansionResultAggregation 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 ExpansionResultAggregation.
public static Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation ExpansionResultAggregation (string aggregationType = default, int count = 0, string displayName = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityKind entityKind = default);
static member ExpansionResultAggregation : string * int * string * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityKind -> Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation
Public Shared Function ExpansionResultAggregation (Optional aggregationType As String = Nothing, Optional count As Integer = 0, Optional displayName As String = Nothing, Optional entityKind As SecurityInsightsEntityKind = Nothing) As ExpansionResultAggregation
Parameters
- aggregationType
- String
The common type of the aggregation. (for e.g. entity field name).
- count
- Int32
Total number of aggregations of the given kind (and aggregationType if given) in the expansion result.
- displayName
- String
The display name of the aggregation by type.
- entityKind
- SecurityInsightsEntityKind
The kind of the aggregated entity.
Returns
A new ExpansionResultAggregation instance for mocking.
Applies to
Azure SDK for .NET