TriggeredAnalyticsRuleRunOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

SecurityInsightsMgmtClient's

<xref:triggered_analytics_rule_run> attribute.

Constructor

TriggeredAnalyticsRuleRunOperations(*args, **kwargs)

Methods

get

Gets the triggered analytics rule run.

get

Gets the triggered analytics rule run.

get(resource_group_name: str, workspace_name: str, rule_run_id: str, **kwargs: Any) -> 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.

rule_run_id
Required
str

the triggered rule id. Required.

Returns

Type Description

TriggeredAnalyticsRuleRun. The TriggeredAnalyticsRuleRun is compatible with MutableMapping

Exceptions

Type Description