Freigeben über


SecurityInsightsBookmarkCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Lesezeichen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks
  • Vorgangs-IdBookmarks_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityInsightsBookmarkResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von SecurityInsightsBookmarkResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: