IotSecurityAggregatedRecommendationCollection.GetAllAsync 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.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationResource> GetAllAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotSecurityAggregatedRecommendationResource)

Parameters

top
Nullable<Int32>

Number of results to retrieve.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to