Compartilhar via


IotSecurityAggregatedRecommendationCollection.GetAllAsync Método

Definição

Use esse método para obter a lista de recomendações agregadas de análise de segurança da sua solução de Segurança de IoT.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedRecommendations
  • Operação IdIotSecuritySolutionsAnalyticsRecommendation_List
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)

Parâmetros

top
Nullable<Int32>

Número de resultados a serem recuperados.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de IotSecurityAggregatedRecommendationResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a