Sdílet prostřednictvím


MicrosoftSecurityIncidentCreationAlertRuleTemplate Class

Definition

Represents MicrosoftSecurityIncidentCreation rule template.

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

Constructors

MicrosoftSecurityIncidentCreationAlertRuleTemplate()

Initializes a new instance of MicrosoftSecurityIncidentCreationAlertRuleTemplate.

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.

DisplayNamesExcludeFilter

the alerts' displayNames on which the cases will not be generated.

DisplayNamesFilter

the alerts' displayNames on which the cases will be generated.

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)
ProductFilter

The alerts' productName on which the cases will be generated.

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)
SeveritiesFilter

the alerts' severities on which the cases will be generated.

Status

The alert rule template status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<MicrosoftSecurityIncidentCreationAlertRuleTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MicrosoftSecurityIncidentCreationAlertRuleTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<MicrosoftSecurityIncidentCreationAlertRuleTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MicrosoftSecurityIncidentCreationAlertRuleTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MicrosoftSecurityIncidentCreationAlertRuleTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to