ArmSecurityInsightsModelFactory.BookmarkExpandResult 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 BookmarkExpandResult.
public static Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandResult BookmarkExpandResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation> metaDataAggregations = default, Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandResponseValue value = default);
static member BookmarkExpandResult : seq<Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation> * Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandResponseValue -> Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandResult
Public Shared Function BookmarkExpandResult (Optional metaDataAggregations As IEnumerable(Of ExpansionResultAggregation) = Nothing, Optional value As BookmarkExpandResponseValue = Nothing) As BookmarkExpandResult
Parameters
- metaDataAggregations
- IEnumerable<ExpansionResultAggregation>
The metadata from the expansion operation results.
The expansion result values.
Returns
A new BookmarkExpandResult instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET