你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityInsightsIncidentCollection.GetAll 方法

定义

获取所有事件。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents
  • 操作IdIncidents_List
public virtual Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource> 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.SecurityInsightsIncidentResource>
override this.GetAll : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource>
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 SecurityInsightsIncidentResource)

参数

filter
String

根据布尔条件筛选结果。 可选。

orderBy
String

对结果进行排序。 可选。

top
Nullable<Int32>

仅返回前 n 个结果。 可选。

skipToken
String

仅当上一个操作返回部分结果时,才使用 Skiptoken。 如果上一个响应包含 nextLink 元素,则 nextLink 元素的值将包含一个 skiptoken 参数,该参数指定用于后续调用的起点。 可选。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 SecurityInsightsIncidentResource 集合。

适用于