SecurityInsightsScheduledAlertRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents scheduled alert rule.
public class SecurityInsightsScheduledAlertRule : Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleData
public class SecurityInsightsScheduledAlertRule : Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsScheduledAlertRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsScheduledAlertRule>
type SecurityInsightsScheduledAlertRule = class
inherit SecurityInsightsAlertRuleData
type SecurityInsightsScheduledAlertRule = class
inherit SecurityInsightsAlertRuleData
interface IJsonModel<SecurityInsightsScheduledAlertRule>
interface IPersistableModel<SecurityInsightsScheduledAlertRule>
Public Class SecurityInsightsScheduledAlertRule
Inherits SecurityInsightsAlertRuleData
Public Class SecurityInsightsScheduledAlertRule
Inherits SecurityInsightsAlertRuleData
Implements IJsonModel(Of SecurityInsightsScheduledAlertRule), IPersistableModel(Of SecurityInsightsScheduledAlertRule)
- Inheritance
- Implements
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) |
SentinelEntitiesMappings |
Array of the sentinel entity mappings of the alert rule. |
Severity |
The severity for alerts created by this alert rule. |
SubTechniques |
The sub-techniques of the 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET