Compartilhar via


IotSecurityAggregatedAlertCollection.GetAll 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
  • IdIotSecuritySolutionsAnalyticsAggregatedAlert_List de operação
public virtual Azure.Pageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 de IotSecurityAggregatedAlertResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a