Megosztás a következőn keresztül:


SecurityInsightsScheduledAlertRule Class

Definition

Represents scheduled alert rule.

public class SecurityInsightsScheduledAlertRule : Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleData
type SecurityInsightsScheduledAlertRule = class
    inherit SecurityInsightsAlertRuleData
Public Class SecurityInsightsScheduledAlertRule
Inherits SecurityInsightsAlertRuleData
Inheritance
SecurityInsightsScheduledAlertRule

Constructors

SecurityInsightsScheduledAlertRule()

Initializes a new instance of SecurityInsightsScheduledAlertRule.

Properties

AlertDetailsOverride

The alert details override settings.

AlertRuleTemplateName

The Name of the alert rule template used to create this rule.

CustomDetails

Dictionary of string key-value pairs of columns to be attached to the alert.

Description

The description of the alert rule.

DisplayName

The display name for alerts created by this alert rule.

EntityMappings

Array of the entity mappings of the alert rule.

ETag

Etag of the azure resource.

(Inherited from SecurityInsightsAlertRuleData)
EventGroupingAggregationKind

The event grouping aggregation kinds.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IncidentConfiguration

The settings of the incidents that created from alerts triggered by this analytics rule.

IsEnabled

Determines whether this alert rule is enabled or disabled.

IsSuppressionEnabled

Determines whether the suppression for this alert rule is enabled or disabled.

LastModifiedOn

The last time that this alert rule has been modified.

Name

The name of the resource.

(Inherited from ResourceData)
Query

The query that creates alerts for this rule.

QueryFrequency

The frequency (in ISO 8601 duration format) for this alert rule to run.

QueryPeriod

The period (in ISO 8601 duration format) that this alert rule looks at.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Severity

The severity for alerts created by this alert rule.

SuppressionDuration

The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tactics

The tactics of the alert rule.

Techniques

The techniques of the alert rule.

TemplateVersion

The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>.

TriggerOperator

The operation against the threshold that triggers alert rule.

TriggerThreshold

The threshold triggers this alert rule.

Applies to