SecurityInsightsEntityQueryCollection.CreateOrUpdate Method

Definition

Creates or updates the entity query.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/entityQueries/{entityQueryId}.
  • Operation Id. : EntityQueries_CreateOrUpdate.
  • Default Api Version. : 2025-07-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsEntityQueryResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string entityQueryId, Azure.ResourceManager.SecurityInsights.Models.CustomEntityQuery entityQuery, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.Models.CustomEntityQuery * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsEntityQueryResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.Models.CustomEntityQuery * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.SecurityInsightsEntityQueryResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, entityQueryId As String, entityQuery As CustomEntityQuery, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SecurityInsightsEntityQueryResource)

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.

entityQueryId
String

entity query ID.

entityQuery
CustomEntityQuery

The entity query we want to create or update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

entityQueryId or entityQuery is null.

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

Applies to