Megosztás a következőn keresztül:


SecurityInsightsWatchlistItemCollection.GetAllAsync Method

Definition

Get all watchlist Items.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}/watchlistItems
  • Operation Id: WatchlistItems_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemResource> GetAllAsync (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityInsightsWatchlistItemResource)

Parameters

skipToken
String

Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SecurityInsightsWatchlistItemResource that may take multiple service requests to iterate over.

Applies to