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