Udostępnij za pośrednictwem


SecurityInsightsIncidentTaskCollection.CreateOrUpdate Method

Definition

Creates or updates the incident task.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/tasks/{incidentTaskId}
  • Operation Id: IncidentTasks_CreateOrUpdate
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsIncidentTaskResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string incidentTaskId, Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, incidentTaskId As String, data As SecurityInsightsIncidentTaskData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SecurityInsightsIncidentTaskResource)

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.

incidentTaskId
String

Incident task ID.

data
SecurityInsightsIncidentTaskData

The incident task.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

incidentTaskId or data is null.

Applies to