Udostępnij za pośrednictwem


SecurityInsightsHuntRelationCollection.CreateOrUpdate Method

Definition

Creates or updates a hunt relation.

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

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.

huntRelationId
String

The hunt relation id (GUID).

data
SecurityInsightsHuntRelationData

The hunt relation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

huntRelationId or data is null.

Applies to