Share via


SecurityInsightsRecommendationCollection.GetAll(CancellationToken) Method

Definition

Gets a list of all recommendations.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/recommendations
  • Operation Id: GetRecommendations_List
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsRecommendationResource
public virtual Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityInsightsRecommendationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to