SecurityInsightsAutomationRuleTriggeringLogic 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.
Describes automation rule triggering logic.
public class SecurityInsightsAutomationRuleTriggeringLogic
public class SecurityInsightsAutomationRuleTriggeringLogic : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleTriggeringLogic>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleTriggeringLogic>
type SecurityInsightsAutomationRuleTriggeringLogic = class
type SecurityInsightsAutomationRuleTriggeringLogic = class
interface IJsonModel<SecurityInsightsAutomationRuleTriggeringLogic>
interface IPersistableModel<SecurityInsightsAutomationRuleTriggeringLogic>
Public Class SecurityInsightsAutomationRuleTriggeringLogic
Public Class SecurityInsightsAutomationRuleTriggeringLogic
Implements IJsonModel(Of SecurityInsightsAutomationRuleTriggeringLogic), IPersistableModel(Of SecurityInsightsAutomationRuleTriggeringLogic)
- Inheritance
-
SecurityInsightsAutomationRuleTriggeringLogic
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityInsightsAutomationRuleTriggeringLogic(Boolean, TriggersOn, TriggersWhen) |
Initializes a new instance of SecurityInsightsAutomationRuleTriggeringLogic. |
Properties
| Name | Description |
|---|---|
| Conditions |
The conditions to evaluate to determine if the automation rule should be triggered on a given object. |
| ExpireOn |
Determines when the automation rule should automatically expire and be disabled. |
| IsEnabled |
Determines whether the automation rule is enabled or disabled. |
| TriggersOn |
Gets or sets the TriggersOn. |
| TriggersWhen |
Gets or sets the TriggersWhen. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<SecurityInsightsAutomationRuleTriggeringLogic>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<SecurityInsightsAutomationRuleTriggeringLogic>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<SecurityInsightsAutomationRuleTriggeringLogic>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<SecurityInsightsAutomationRuleTriggeringLogic>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<SecurityInsightsAutomationRuleTriggeringLogic>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |