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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET