IotSecurityAggregatedRecommendationCollection.GetAll Method

Definition

Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedRecommendations
  • Operation Id: IotSecuritySolutionsAnalyticsRecommendation_List
  • Default Api Version: 2019-08-01
  • Resource: IotSecurityAggregatedRecommendationResource
public virtual Azure.Pageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotSecurityAggregatedRecommendationResource)

Parameters

top
Nullable<Int32>

Number of results to retrieve.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to