Partilhar via


IotSecurityAggregatedAlertCollection.GetAllAsync Método

Definição

Use esse método para obter a lista de alertas agregada da sua solução de Segurança de IoT.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts
  • Operação IdIotSecuritySolutionsAnalyticsAggregatedAlert_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource> GetAllAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotSecurityAggregatedAlertResource)

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 IotSecurityAggregatedAlertResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a