SecurityInsightsThreatIntelligenceIndicatorResource.AppendTags Method

Definition

Append tags to a threat intelligence indicator.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}/appendTags
  • Operation Id: ThreatIntelligenceIndicators_AppendTags
public virtual Azure.Response AppendTags (Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAppendTags threatIntelligenceAppendTags, System.Threading.CancellationToken cancellationToken = default);
abstract member AppendTags : Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAppendTags * System.Threading.CancellationToken -> Azure.Response
override this.AppendTags : Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAppendTags * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function AppendTags (threatIntelligenceAppendTags As ThreatIntelligenceAppendTags, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

threatIntelligenceAppendTags
ThreatIntelligenceAppendTags

The threat intelligence append tags request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

threatIntelligenceAppendTags is null.

Applies to