Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.IncidentEntitiesResponseInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentEntitiesResponseInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionIncidentsClient.listEntities
(String resourceGroupName, String workspaceName, String incidentId) Gets all incident related entities.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IncidentEntitiesResponseInner>
IncidentsClient.listEntitiesWithResponse
(String resourceGroupName, String workspaceName, String incidentId, com.azure.core.util.Context context) Gets all incident related entities. -
Uses of IncidentEntitiesResponseInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentEntitiesResponseInner.withEntities
(List<EntityInner> entities) Set the entities property: Array of the incident related entities.IncidentEntitiesResponseInner.withMetadata
(List<IncidentEntitiesResultsMetadata> metadata) Set the metadata property: The metadata from the incident related entities results. -
Uses of IncidentEntitiesResponseInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncidentEntitiesResponse.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentEntitiesResponseInner object.