Compartir a través de


ArmSecurityInsightsModelFactory.SecurityInsightsIncidentEntitiesResult Método

Definición

Inicializa una nueva instancia de 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

Parámetros

entities
IEnumerable<SecurityInsightsEntity>

Matriz de las entidades relacionadas con el incidente. Tenga en cuenta SecurityInsightsEntity(ResourceIdentifier, String, ResourceType, SystemData, String) que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen SecurityInsightsAccountEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String, String, String, String, Nullable<Boolean>, String, Nullable<Guid>, String, String, String, String), SecurityInsightsAzureResourceEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String), SecurityInsightsHuntingBookmark(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, Nullable<DateTimeOffset>, SecurityInsightsUserInfo, String, Nullable<DateTimeOffset>, IEnumerable<String>, String, String, String, Nullable<DateTimeOffset>, SecurityInsightsUserInfo, SecurityInsightsBookmarkIncidentInfo)SecurityInsightsHostEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, ResourceIdentifier, String, String, Nullable<Boolean>, String, String, String, Nullable<SecurityInsightsHostOSFamily>, String)SecurityInsightsCloudApplicationEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, Nullable<Int32>, String, String)SecurityInsightsIotDeviceEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String, String, Nullable<Guid>, String, String, String, String, String, String, String, String, String, String, String, IEnumerable<SecurityInsightsThreatIntelligence>, IEnumerable<String>)SecurityInsightsFileEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, IEnumerable<String>, String, String)SecurityInsightsFileHashEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, Nullable<SecurityInsightsFileHashAlgorithm>, String)SecurityInsightsDnsEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String, String, IEnumerable<String>)SecurityInsightsIPEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, IPAddress, SecurityInsightsIPEntityGeoLocation, IEnumerable<SecurityInsightsThreatIntelligence>), , SecurityInsightsMailClusterEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, IEnumerable<String>, BinaryData, BinaryData, BinaryData, IEnumerable<String>, String, Nullable<DateTimeOffset>, Nullable<Int32>, Nullable<Boolean>, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String)SecurityInsightsMailMessageEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, IEnumerable<String>, String, IEnumerable<Uri>, IEnumerable<String>, String, String, String, IPAddress, String, String, String, Nullable<DateTimeOffset>, Nullable<Guid>, String, String, String, IEnumerable<String>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<AntispamMailDirection>, Nullable<SecurityInsightsMailMessageDeliveryAction>, Nullable<SecurityInsightsMailMessageDeliveryLocation>)SecurityInsightsMailboxEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String, String, Nullable<Guid>)SecurityInsightsAlert(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String, String, Nullable<SecurityInsightsAlertConfidenceLevel>, IEnumerable<SecurityInsightsAlertConfidenceReason>, Nullable<Double>, Nullable<SecurityInsightsAlertConfidenceScoreStatus>, String, Nullable<DateTimeOffset>, Nullable<SecurityInsightsKillChainIntent>, String, Nullable<DateTimeOffset>, String, String, String, IEnumerable<String>, Nullable<SecurityInsightsAlertSeverity>, Nullable<DateTimeOffset>, Nullable<SecurityInsightsAlertStatus>, String, IEnumerable<SecurityInsightsAttackTactic>, Nullable<DateTimeOffset>, String, String, IEnumerable<BinaryData>)SecurityInsightsRegistryValueEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String, String, Nullable<SecurityInsightsRegistryValueKind>)SecurityInsightsGroupEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, Nullable<Guid>, String)SecurityInsightsProcessEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, String, Nullable<DateTimeOffset>, Nullable<SecurityInsightsProcessElevationToken>, String, String, String, String, String)SecurityInsightsRegistryKeyEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, Nullable<SecurityInsightsRegistryHive>, String)SecurityInsightsMalwareEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, String, IEnumerable<String>, String, IEnumerable<String>)y . SecurityInsightsSubmissionMailEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, Nullable<Guid>, Nullable<Guid>, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, IPAddress, String, String)SecurityInsightsUriEntity(ResourceIdentifier, String, ResourceType, SystemData, IReadOnlyDictionary<String,BinaryData>, String, Uri)

metaData
IEnumerable<SecurityInsightsIncidentEntitiesMetadata>

Los metadatos de los resultados de las entidades relacionadas con el incidente.

Devoluciones

SecurityInsightsIncidentEntitiesResult Nueva instancia de para simular.

Se aplica a