Share via


SecurityInsightsBookmarkCollection.GetAll(CancellationToken) Method

Definition

Gets all bookmarks.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks
  • Operation Id: Bookmarks_List
public virtual Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsBookmarkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityInsightsBookmarkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SecurityInsightsBookmarkResource that may take multiple service requests to iterate over.

Applies to