SecurityInsightsIncidentCollection.CreateOrUpdate Method

Definition

Creates or updates an incident.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Operation Id: Incidents_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string incidentId, Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, incidentId As String, data As SecurityInsightsIncidentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SecurityInsightsIncidentResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

incidentId
String

Incident ID.

data
SecurityInsightsIncidentData

The incident.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

incidentId is an empty string, and was expected to be non-empty.

incidentId or data is null.

Applies to