SecurityInsightsWatchlistItemCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a watchlist item.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}/watchlistItems/{watchlistItemId}
  • Operation Id: WatchlistItems_CreateOrUpdate
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsWatchlistItemResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string watchlistItemId, Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, watchlistItemId As String, data As SecurityInsightsWatchlistItemData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SecurityInsightsWatchlistItemResource))

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.

watchlistItemId
String

Watchlist Item Id (GUID).

data
SecurityInsightsWatchlistItemData

The watchlist item.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

watchlistItemId or data is null.

Applies to