Dela via


IotSecurityAggregatedAlertCollection.GetAll Method

Definition

Use this method to get the aggregated alert list of yours IoT Security solution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts
  • Operation Id: IotSecuritySolutionsAnalyticsAggregatedAlert_List
  • Default Api Version: 2019-08-01
  • Resource: IotSecurityAggregatedAlertResource
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)

Parameters

top
Nullable<Int32>

Number of results to retrieve.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of IotSecurityAggregatedAlertResource that may take multiple service requests to iterate over.

Applies to