Compartir a través de


OperationalInsightsWorkspaceSecurityInsightsResource.GetSecurityInsightsThreatIntelligenceIndicator Método

Definición

Vea un indicador de inteligencia sobre amenazas por nombre.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}
  • IdThreatIntelligenceIndicators_Get de operaciones
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource> GetSecurityInsightsThreatIntelligenceIndicator (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsThreatIntelligenceIndicator : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
override this.GetSecurityInsightsThreatIntelligenceIndicator : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
Public Overridable Function GetSecurityInsightsThreatIntelligenceIndicator (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsThreatIntelligenceIndicatorResource)

Parámetros

name
String

Campo de nombre del indicador de inteligencia sobre amenazas.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

name es una cadena vacía y se espera que no esté vacía.

name es null.

Se aplica a