Freigeben über


SecurityInsightsWatchlistCollection Klasse

Definition

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

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

Konstruktoren

SecurityInsightsWatchlistCollection()

Initialisiert eine neue instance der -Klasse für die SecurityInsightsWatchlistCollection 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, SecurityInsightsWatchlistData, CancellationToken)

Erstellen oder Aktualisieren einer Watchlist und der zugehörigen Watchlist-Elemente (Massenerstellung, z. B. über text/csv-Inhaltstyp). Um eine Watchlist und deren Items zu erstellen, sollten wir diesen Endpunkt mit den Eigenschaften rawContent und contentType aufrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • Vorgangs-IdWatchlists_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsWatchlistData, CancellationToken)

Erstellen oder Aktualisieren einer Watchlist und der zugehörigen Watchlist-Elemente (Massenerstellung, z. B. über text/csv-Inhaltstyp). Um eine Watchlist und deren Items zu erstellen, sollten wir diesen Endpunkt mit den Eigenschaften rawContent und contentType aufrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • Vorgangs-IdWatchlists_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • Vorgangs-IdWatchlists_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • Vorgangs-IdWatchlists_Get
Get(String, CancellationToken)

Ruft eine Watchlist ohne die zugehörigen Watchlistelemente ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • Vorgangs-IdWatchlists_Get
GetAll(String, CancellationToken)

Ruft alle Watchlists ohne Watchlistelemente ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists
  • Vorgangs-IdWatchlists_List
GetAllAsync(String, CancellationToken)

Ruft alle Watchlists ohne Watchlistelemente ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists
  • Vorgangs-IdWatchlists_List
GetAsync(String, CancellationToken)

Ruft eine Watchlist ohne die zugehörigen Watchlistelemente ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • Vorgangs-IdWatchlists_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<SecurityInsightsWatchlistResource>.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<SecurityInsightsWatchlistResource>.GetEnumerator()

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

Gilt für: