Freigeben über


SecurityInsightsBookmarkCollection Klasse

Definition

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

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

Konstruktoren

SecurityInsightsBookmarkCollection()

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

Erstellt oder aktualisiert das Lesezeichen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}
  • Vorgangs-IdBookmarks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsBookmarkData, CancellationToken)

Erstellt oder aktualisiert das Lesezeichen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}
  • Vorgangs-IdBookmarks_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/bookmarks/{bookmarkId}
  • Vorgangs-IdBookmarks_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/bookmarks/{bookmarkId}
  • Vorgangs-IdBookmarks_Get
Get(String, CancellationToken)

Ruft ein Lesezeichen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}
  • Vorgangs-IdBookmarks_Get
GetAll(CancellationToken)

Ruft alle Lesezeichen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks
  • Vorgangs-IdBookmarks_List
GetAllAsync(CancellationToken)

Ruft alle Lesezeichen ab.

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

Ruft ein Lesezeichen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}
  • Vorgangs-IdBookmarks_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<SecurityInsightsBookmarkResource>.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<SecurityInsightsBookmarkResource>.GetEnumerator()

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

Gilt für: