次の方法で共有


SecurityInsightsThreatIntelligenceIndicatorCollection.GetAll メソッド

定義

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

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

パラメーター

filter
String

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

top
Nullable<Int32>

最初の n 個の結果のみを返します。 省略可能。

skipToken
String

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

orderBy
String

結果を並べ替えます。 省略可能。

cancellationToken
CancellationToken

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

戻り値

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

適用対象