MockableSecurityInsightsArmClient.GetSecurityInsightsThreatIntelligenceIndicator Method

Definition

View a threat intelligence indicator by name.

public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource> GetSecurityInsightsThreatIntelligenceIndicator(Azure.Core.ResourceIdentifier scope, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsThreatIntelligenceIndicator : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
override this.GetSecurityInsightsThreatIntelligenceIndicator : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
Public Overridable Function GetSecurityInsightsThreatIntelligenceIndicator (scope As ResourceIdentifier, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsThreatIntelligenceIndicatorResource)

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

name
String

Threat intelligence indicator name field.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

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

Applies to