次の方法で共有


SecurityInsightsThreatIntelligenceIndicatorCollection.GetAllAsync メソッド

定義

すべての脅威インテリジェンス インジケーターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators
  • 操作IdThreatIntelligenceIndicators_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource> GetAllAsync (string filter = default, int? top = default, string skipToken = default, string orderBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
override this.GetAllAsync : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional orderBy As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityInsightsThreatIntelligenceIndicatorResource)

パラメーター

filter
String

ブール条件に基づいて結果をフィルター処理します。 省略可能。

top
Nullable<Int32>

最初の n 個の結果のみを返します。 任意。

skipToken
String

Skiptoken は、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定する skiptoken パラメーターが含まれます。 任意。

orderBy
String

結果を並べ替えます。 任意。

cancellationToken
CancellationToken

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

戻り値

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

適用対象