ProcessNotAllowed 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.
Execution of a process that isn't allowed. Allow list consists of process names to allow.
public class ProcessNotAllowed : Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule
public class ProcessNotAllowed : Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.ProcessNotAllowed>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.ProcessNotAllowed>
type ProcessNotAllowed = class
inherit AllowlistCustomAlertRule
type ProcessNotAllowed = class
inherit AllowlistCustomAlertRule
interface IJsonModel<ProcessNotAllowed>
interface IPersistableModel<ProcessNotAllowed>
Public Class ProcessNotAllowed
Inherits AllowlistCustomAlertRule
Public Class ProcessNotAllowed
Inherits AllowlistCustomAlertRule
Implements IJsonModel(Of ProcessNotAllowed), IPersistableModel(Of ProcessNotAllowed)
- Inheritance
- Implements
Constructors
ProcessNotAllowed(Boolean, IEnumerable<String>) |
Initializes a new instance of ProcessNotAllowed. |
Properties
AllowlistValues |
The values to allow. The format of the values depends on the rule type. (Inherited from AllowlistCustomAlertRule) |
Description |
The description of the custom alert. (Inherited from CustomAlertRule) |
DisplayName |
The display name of the custom alert. (Inherited from CustomAlertRule) |
IsEnabled |
Status of the custom alert. (Inherited from CustomAlertRule) |
ValueType |
The value type of the items in the list. (Inherited from ListCustomAlertRule) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET