GetTriggeredAnalyticsRuleRunsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

SecurityInsightsMgmtClient's

<xref:get_triggered_analytics_rule_runs> attribute.

Constructor

GetTriggeredAnalyticsRuleRunsOperations(*args, **kwargs)

Methods

list

Gets the triggered analytics rule runs.

list

Gets the triggered analytics rule runs.

list(resource_group_name: str, workspace_name: str, **kwargs: Any) -> ItemPaged[TriggeredAnalyticsRuleRun]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

workspace_name
Required
str

The name of the workspace. Required.

Returns

Type Description

An iterator like instance of TriggeredAnalyticsRuleRun

Exceptions

Type Description