次の方法で共有


IotSecurityAggregatedAlertCollection.GetAll メソッド

定義

このメソッドを使用して、IoT セキュリティ ソリューションの集計アラート リストを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts
  • 操作IdIotSecuritySolutionsAnalyticsAggregatedAlert_List
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)

パラメーター

top
Nullable<Int32>

取得する結果の数。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の IotSecurityAggregatedAlertResource サービス要求を受け取る可能性がある のコレクション。

適用対象