ArmSecurityInsightsModelFactory.SecurityInsightsIncidentEntitiesResult 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 SecurityInsightsIncidentEntitiesResult.
public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesResult SecurityInsightsIncidentEntitiesResult (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity> entities = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesMetadata> metaData = default);
static member SecurityInsightsIncidentEntitiesResult : seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesMetadata> -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesResult
Public Shared Function SecurityInsightsIncidentEntitiesResult (Optional entities As IEnumerable(Of SecurityInsightsEntity) = Nothing, Optional metaData As IEnumerable(Of SecurityInsightsIncidentEntitiesMetadata) = Nothing) As SecurityInsightsIncidentEntitiesResult
Parameters
- entities
- IEnumerable<SecurityInsightsEntity>
Array of the incident related 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.
The metadata from the incident related entities results.
Returns
A new SecurityInsightsIncidentEntitiesResult instance for mocking.
Applies to
Azure SDK for .NET