Delen via


SecurityInsightsFusionAlertRuleTemplate Class

Definition

Represents Fusion alert rule template.

public class SecurityInsightsFusionAlertRuleTemplate : Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleTemplateData
public class SecurityInsightsFusionAlertRuleTemplate : Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleTemplateData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFusionAlertRuleTemplate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsFusionAlertRuleTemplate>
type SecurityInsightsFusionAlertRuleTemplate = class
    inherit SecurityInsightsAlertRuleTemplateData
type SecurityInsightsFusionAlertRuleTemplate = class
    inherit SecurityInsightsAlertRuleTemplateData
    interface IJsonModel<SecurityInsightsFusionAlertRuleTemplate>
    interface IPersistableModel<SecurityInsightsFusionAlertRuleTemplate>
Public Class SecurityInsightsFusionAlertRuleTemplate
Inherits SecurityInsightsAlertRuleTemplateData
Public Class SecurityInsightsFusionAlertRuleTemplate
Inherits SecurityInsightsAlertRuleTemplateData
Implements IJsonModel(Of SecurityInsightsFusionAlertRuleTemplate), IPersistableModel(Of SecurityInsightsFusionAlertRuleTemplate)
Inheritance
SecurityInsightsFusionAlertRuleTemplate
Implements

Constructors

SecurityInsightsFusionAlertRuleTemplate()

Initializes a new instance of SecurityInsightsFusionAlertRuleTemplate.

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 time that this alert rule template was last updated.

Name

The name of the resource.

(Inherited from ResourceData)
RequiredDataConnectors

The required data connectors 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.

SourceSettings

All supported source signal configurations consumed in fusion detection.

Status

The alert rule template status.

SubTechniques

The sub-techniques of the alert rule.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tactics

The tactics of the alert rule template.

Techniques

The techniques of the alert rule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<SecurityInsightsAlertRuleTemplateData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecurityInsightsAlertRuleTemplateData)
IJsonModel<SecurityInsightsAlertRuleTemplateData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityInsightsAlertRuleTemplateData)
IJsonModel<SecurityInsightsFusionAlertRuleTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsFusionAlertRuleTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsAlertRuleTemplateData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityInsightsAlertRuleTemplateData)
IPersistableModel<SecurityInsightsAlertRuleTemplateData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecurityInsightsAlertRuleTemplateData)
IPersistableModel<SecurityInsightsAlertRuleTemplateData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityInsightsAlertRuleTemplateData)
IPersistableModel<SecurityInsightsFusionAlertRuleTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsFusionAlertRuleTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsFusionAlertRuleTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to