ThreatIntelligenceAlertRuleTemplate 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 Threat Intelligence alert rule template.
public class ThreatIntelligenceAlertRuleTemplate : Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleTemplateData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAlertRuleTemplate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceAlertRuleTemplate>
type ThreatIntelligenceAlertRuleTemplate = class
inherit SecurityInsightsAlertRuleTemplateData
interface IJsonModel<ThreatIntelligenceAlertRuleTemplate>
interface IPersistableModel<ThreatIntelligenceAlertRuleTemplate>
Public Class ThreatIntelligenceAlertRuleTemplate
Inherits SecurityInsightsAlertRuleTemplateData
Implements IJsonModel(Of ThreatIntelligenceAlertRuleTemplate), IPersistableModel(Of ThreatIntelligenceAlertRuleTemplate)
- Inheritance
- Implements
Constructors
ThreatIntelligenceAlertRuleTemplate() |
Initializes a new instance of ThreatIntelligenceAlertRuleTemplate. |
Properties
AlertRulesCreatedByTemplateCount |
the number of alert rules that were created by this template. |
CreatedOn |
The time that this alert rule template has been added. |
Description |
The description of the alert rule template. |
DisplayName |
The display name for alert rule template. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LastUpdatedOn |
The last time that this alert rule template has been updated. |
Name |
The name of the resource. (Inherited from ResourceData) |
RequiredDataConnectors |
The required data sources for this template. |
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. |
Status |
The alert rule template status. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET