Freigeben über


SecurityInsightsWatchlistItemCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SecurityInsightsWatchlistItemResource Vorgänge darstellt. Jedes SecurityInsightsWatchlistItemResource in der Auflistung gehört zum gleichen instance von SecurityInsightsWatchlistResource. Um eine SecurityInsightsWatchlistItemCollection instance rufen Sie die GetSecurityInsightsWatchlistItems-Methode aus einer instance von aufSecurityInsightsWatchlistResource.

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

Konstruktoren

SecurityInsightsWatchlistItemCollection()

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

Erstellen oder Aktualisieren eines Watchlistelements

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

Erstellen oder Aktualisieren eines Watchlistelements

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}/watchlistItems/{watchlistItems/{watchlistItemId}
  • Vorgangs-IdWatchlistItems_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}/watchlistItems/{watchlistItems/{watchlistItemId}
  • Vorgangs-IdWatchlistItems_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}/watchlistItems/{watchlistItems/{watchlistItemId}
  • Vorgangs-IdWatchlistItems_Get
Get(String, CancellationToken)

Ruft ein Watchlistelement ab.

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

Ruft alle Watchlistelemente ab.

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

Ruft alle Watchlistelemente ab.

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

Ruft ein Watchlistelement ab.

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

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

Gilt für: