ArmSecurityInsightsModelFactory.BookmarkExpandResponseValue 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 BookmarkExpandResponseValue.
public static Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandResponseValue BookmarkExpandResponseValue (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity> entities = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.BookmarkConnectedEntity> edges = default);
static member BookmarkExpandResponseValue : seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity> * seq<Azure.ResourceManager.SecurityInsights.Models.BookmarkConnectedEntity> -> Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandResponseValue
Public Shared Function BookmarkExpandResponseValue (Optional entities As IEnumerable(Of SecurityInsightsEntity) = Nothing, Optional edges As IEnumerable(Of BookmarkConnectedEntity) = Nothing) As BookmarkExpandResponseValue
Parameters
- entities
- IEnumerable<SecurityInsightsEntity>
Array of the expansion result entities. Please note SecurityInsightsEntity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecurityInsightsAccountEntity, SecurityInsightsAzureResourceEntity, SecurityInsightsHuntingBookmark, SecurityInsightsCloudApplicationEntity, SecurityInsightsDnsEntity, SecurityInsightsFileEntity, SecurityInsightsFileHashEntity, SecurityInsightsHostEntity, SecurityInsightsIotDeviceEntity, SecurityInsightsIPEntity, SecurityInsightsMailboxEntity, SecurityInsightsMailClusterEntity, SecurityInsightsMailMessageEntity, SecurityInsightsMalwareEntity, NicEntity, SecurityInsightsProcessEntity, SecurityInsightsRegistryKeyEntity, SecurityInsightsRegistryValueEntity, SecurityInsightsAlert, SecurityInsightsGroupEntity, SecurityInsightsSubmissionMailEntity and SecurityInsightsUriEntity.
Array of expansion result connected entities.
Returns
A new BookmarkExpandResponseValue instance for mocking.
Applies to
Azure SDK for .NET