Automation 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 security automation resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Automation : Microsoft.Azure.Management.Security.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Automation = class
inherit TrackedResource
Public Class Automation
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
Automation() |
Initializes a new instance of the Automation class. |
Automation(String, String, String, String, String, String, IDictionary<String, String>, String, Nullable<Boolean>, IList<AutomationScope>, IList<AutomationSource>, IList<AutomationAction>) |
Initializes a new instance of the Automation 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. |
Etag |
Gets or sets entity tag is used for comparing two or more entities from the same requested resource. (Inherited from TrackedResource) |
Id |
Gets resource Id (Inherited from TrackedResource) |
IsEnabled |
Gets or sets indicates whether the security automation is enabled. |
Kind |
Gets or sets kind of the resource (Inherited from TrackedResource) |
Location |
Gets or sets location where the resource is stored (Inherited from TrackedResource) |
Name |
Gets resource name (Inherited from TrackedResource) |
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. |
Tags |
Gets or sets a list of key value pairs that describe the resource. (Inherited from TrackedResource) |
Type |
Gets resource type (Inherited from TrackedResource) |
Extension Methods
ConvertToPSType(Automation) |