Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.IncidentCommentInner
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 IncidentCommentInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionIncidentCommentsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, String incidentCommentId, IncidentCommentInner incidentComment) Creates or updates the incident comment.IncidentCommentsClient.get
(String resourceGroupName, String workspaceName, String incidentId, String incidentCommentId) Gets an incident comment.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IncidentCommentInner>
IncidentCommentsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String incidentId, String incidentCommentId, IncidentCommentInner incidentComment, com.azure.core.util.Context context) Creates or updates the incident comment.com.azure.core.http.rest.Response<IncidentCommentInner>
IncidentCommentsClient.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<IncidentCommentInner>
Gets all incident comments.com.azure.core.http.rest.PagedIterable<IncidentCommentInner>
IncidentCommentsClient.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.Modifier and TypeMethodDescriptionIncidentCommentsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, String incidentCommentId, IncidentCommentInner incidentComment) Creates or updates the incident comment.com.azure.core.http.rest.Response<IncidentCommentInner>
IncidentCommentsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String incidentId, String incidentCommentId, IncidentCommentInner incidentComment, com.azure.core.util.Context context) Creates or updates the incident comment. -
Uses of IncidentCommentInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource.IncidentCommentInner.withMessage
(String message) Set the message property: The comment message. -
Uses of IncidentCommentInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncidentComment.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentCommentInner object.Modifier and TypeMethodDescriptionIncidentCommentList.value()
Get the value property: Array of comments.Modifier and TypeMethodDescriptionIncidentCommentList.withValue
(List<IncidentCommentInner> value) Set the value property: Array of comments.