Uses of Interface
com.azure.resourcemanager.securityinsights.models.Incident
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Incident in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncident.Update.apply()
Executes the update request.Incident.Update.apply
(com.azure.core.util.Context context) Executes the update request.Incident.DefinitionStages.WithCreate.create()
Executes the create request.Incident.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets an incident.Gets an incident.Incident.refresh()
Refreshes the resource to sync with Azure.Incident.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Incident>
Incidents.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets an incident.com.azure.core.http.rest.Response<Incident>
Incidents.getWithResponse
(String resourceGroupName, String workspaceName, String incidentId, com.azure.core.util.Context context) Gets an incident.com.azure.core.http.rest.PagedIterable<Incident>
Gets all incidents.com.azure.core.http.rest.PagedIterable<Incident>
Incidents.list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all incidents.