Freigeben über


SecurityInsightsThreatIntelligenceIndicatorCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SecurityInsightsThreatIntelligenceIndicatorResource Vorgänge darstellt. Jedes SecurityInsightsThreatIntelligenceIndicatorResource in der Auflistung gehört zum gleichen instance von OperationalInsightsWorkspaceSecurityInsightsResource. Um eine SecurityInsightsThreatIntelligenceIndicatorCollection instance rufen Sie die GetSecurityInsightsThreatIntelligenceIndicators-Methode aus einer instance von aufOperationalInsightsWorkspaceSecurityInsightsResource.

public class SecurityInsightsThreatIntelligenceIndicatorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
type SecurityInsightsThreatIntelligenceIndicatorCollection = class
    inherit ArmCollection
    interface seq<SecurityInsightsThreatIntelligenceIndicatorResource>
    interface IEnumerable
    interface IAsyncEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>
Public Class SecurityInsightsThreatIntelligenceIndicatorCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SecurityInsightsThreatIntelligenceIndicatorResource), IEnumerable(Of SecurityInsightsThreatIntelligenceIndicatorResource)
Vererbung
SecurityInsightsThreatIntelligenceIndicatorCollection
Implementiert

Konstruktoren

SecurityInsightsThreatIntelligenceIndicatorCollection()

Initialisiert eine neue instance der -Klasse für die SecurityInsightsThreatIntelligenceIndicatorCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, SecurityInsightsThreatIntelligenceIndicatorData, CancellationToken)

Aktualisieren sie einen Threat Intelligence-Indikator.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators/{name}
  • Vorgangs-IdThreatIntelligenceIndicators_Update
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsThreatIntelligenceIndicatorData, CancellationToken)

Aktualisieren sie einen Threat Intelligence-Indikator.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators/{name}
  • Vorgangs-IdThreatIntelligenceIndicators_Update
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators/{name}
  • Vorgangs-IdThreatIntelligenceIndicators_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators/{name}
  • Vorgangs-IdThreatIntelligenceIndicators_Get
Get(String, CancellationToken)

Anzeigen eines Threat Intelligence-Indikators anhand des Namens.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators/{name}
  • Vorgangs-IdThreatIntelligenceIndicators_Get
GetAll(String, Nullable<Int32>, String, String, CancellationToken)

Rufen Sie alle Threat Intelligence-Indikatoren ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators
  • Vorgangs-IdThreatIntelligenceIndicators_List
GetAllAsync(String, Nullable<Int32>, String, String, CancellationToken)

Rufen Sie alle Threat Intelligence-Indikatoren ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators
  • Vorgangs-IdThreatIntelligenceIndicators_List
GetAsync(String, CancellationToken)

Anzeigen eines Threat Intelligence-Indikators anhand des Namens.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/Standard/indicators/{name}
  • Vorgangs-IdThreatIntelligenceIndicators_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: