Partager via


IotSecurityAggregatedAlertCollection.GetAllAsync Méthode

Définition

Utilisez cette méthode pour obtenir la liste agrégée des alertes de votre solution IoT Security.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{nom_solution}/analyticsModels/default/aggregatedAlerts
  • IdIotSecuritySolutionsAnalyticsAggregatedAlert_List d’opération
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)

Paramètres

top
Nullable<Int32>

Nombre de résultats à récupérer.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de IotSecurityAggregatedAlertResource service pour itérer.

S’applique à