SecurityInsightsThreatIntelligenceIndicatorResource.Get Method

Definition

View a threat intelligence indicator by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • Operation Id: ThreatIntelligenceIndicators_Get
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsThreatIntelligenceIndicatorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to