ArmSecurityInsightsModelFactory.EntityExpandResult 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 EntityExpandResult.
public static Azure.ResourceManager.SecurityInsights.Models.EntityExpandResult EntityExpandResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation> metaDataAggregations = default, Azure.ResourceManager.SecurityInsights.Models.EntityExpandResponseValue value = default);
static member EntityExpandResult : seq<Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation> * Azure.ResourceManager.SecurityInsights.Models.EntityExpandResponseValue -> Azure.ResourceManager.SecurityInsights.Models.EntityExpandResult
Public Shared Function EntityExpandResult (Optional metaDataAggregations As IEnumerable(Of ExpansionResultAggregation) = Nothing, Optional value As EntityExpandResponseValue = Nothing) As EntityExpandResult
Parameters
- metaDataAggregations
- IEnumerable<ExpansionResultAggregation>
Information of the aggregated nodes in the expansion result.
The expansion result values.
Returns
A new EntityExpandResult instance for mocking.