SecurityInsightsIncidentRelationCollection.GetAll メソッド

定義

特定のインシデントのすべての関係を取得します。

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

パラメーター

filter
String

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

orderBy
String

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

top
Nullable<Int32>

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

skipToken
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象