Aracılığıyla paylaş


AutomationProperties Class

Definition

A set of properties that defines the behavior of the automation configuration. To learn more about the supported security events data models schemas - please visit https://aka.ms/ASCAutomationSchemas.

public class AutomationProperties
type AutomationProperties = class
Public Class AutomationProperties
Inheritance
AutomationProperties

Constructors

AutomationProperties()

Initializes a new instance of the AutomationProperties class.

AutomationProperties(String, Nullable<Boolean>, IList<AutomationScope>, IList<AutomationSource>, IList<AutomationAction>)

Initializes a new instance of the AutomationProperties class.

Properties

Actions

Gets or sets a collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.

Description

Gets or sets the security automation description.

IsEnabled

Gets or sets indicates whether the security automation is enabled.

Scopes

Gets or sets a collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.

Sources

Gets or sets a collection of the source event types which evaluate the security automation set of rules.

Applies to