SecurityAutomationPatch 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.
The update model of security automation resource.
public class SecurityAutomationPatch : Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPatchTags, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationPatch>
type SecurityAutomationPatch = class
inherit SecurityCenterPatchTags
interface IJsonModel<SecurityAutomationPatch>
interface IPersistableModel<SecurityAutomationPatch>
Public Class SecurityAutomationPatch
Inherits SecurityCenterPatchTags
Implements IJsonModel(Of SecurityAutomationPatch), IPersistableModel(Of SecurityAutomationPatch)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityAutomationPatch() |
Initializes a new instance of SecurityAutomationPatch. |
Properties
| Name | Description |
|---|---|
| Actions |
A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true. |
| Description |
The security automation description. |
| IsEnabled |
Indicates whether the security automation is enabled. |
| Scopes |
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 |
A collection of the source event types which evaluate the security automation set of rules. |
| Tags |
A list of key value pairs that describe the resource. (Inherited from SecurityCenterPatchTags) |