Interface IncidentComment.Update
- All Superinterfaces:
IncidentComment.UpdateStages.WithEtag
,IncidentComment.UpdateStages.WithMessage
- Enclosing interface:
- IncidentComment
public static interface IncidentComment.Update
extends IncidentComment.UpdateStages.WithEtag, IncidentComment.UpdateStages.WithMessage
The template for IncidentComment update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.IncidentComment.UpdateStages.WithEtag
withEtag
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.IncidentComment.UpdateStages.WithMessage
withMessage
-
Method Details
-
apply
IncidentComment apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-