Aracılığıyla paylaş


SecurityInsightsThreatIntelligenceIndicatorResource.AppendTagsAsync 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 System.Threading.Tasks.Task<Azure.Response> AppendTagsAsync (Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAppendTags threatIntelligenceAppendTags, System.Threading.CancellationToken cancellationToken = default);
abstract member AppendTagsAsync : Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAppendTags * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.AppendTagsAsync : Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAppendTags * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function AppendTagsAsync (threatIntelligenceAppendTags As ThreatIntelligenceAppendTags, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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