Interface Incident.Update
- All Superinterfaces:
Incident.UpdateStages.WithClassification
,Incident.UpdateStages.WithClassificationComment
,Incident.UpdateStages.WithClassificationReason
,Incident.UpdateStages.WithDescription
,Incident.UpdateStages.WithEtag
,Incident.UpdateStages.WithFirstActivityTimeUtc
,Incident.UpdateStages.WithLabels
,Incident.UpdateStages.WithLastActivityTimeUtc
,Incident.UpdateStages.WithOwner
,Incident.UpdateStages.WithProviderIncidentId
,Incident.UpdateStages.WithProviderName
,Incident.UpdateStages.WithSeverity
,Incident.UpdateStages.WithStatus
,Incident.UpdateStages.WithTeamInformation
,Incident.UpdateStages.WithTitle
- Enclosing interface:
- Incident
public static interface Incident.Update
extends Incident.UpdateStages.WithEtag, Incident.UpdateStages.WithClassification, Incident.UpdateStages.WithClassificationComment, Incident.UpdateStages.WithClassificationReason, Incident.UpdateStages.WithDescription, Incident.UpdateStages.WithFirstActivityTimeUtc, Incident.UpdateStages.WithLabels, Incident.UpdateStages.WithProviderName, Incident.UpdateStages.WithProviderIncidentId, Incident.UpdateStages.WithLastActivityTimeUtc, Incident.UpdateStages.WithOwner, Incident.UpdateStages.WithSeverity, Incident.UpdateStages.WithStatus, Incident.UpdateStages.WithTeamInformation, Incident.UpdateStages.WithTitle
The template for Incident update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithClassification
withClassification
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithClassificationComment
withClassificationComment
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithClassificationReason
withClassificationReason
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithEtag
withEtag
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithFirstActivityTimeUtc
withFirstActivityTimeUtc
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithLabels
withLabels
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithLastActivityTimeUtc
withLastActivityTimeUtc
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithOwner
withOwner
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithProviderIncidentId
withProviderIncidentId
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithProviderName
withProviderName
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithSeverity
withSeverity
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithStatus
withStatus
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithTeamInformation
withTeamInformation
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.Incident.UpdateStages.WithTitle
withTitle
-
Method Details
-
apply
Incident 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.
-