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>
The metadata from the expansion operation results.
The expansion result values.
Returns
A new EntityExpandResult instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET