ProtectionMode Constructors
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.
Overloads
ProtectionMode() |
Initializes a new instance of the ProtectionMode class. |
ProtectionMode(String, String, String, String) |
Initializes a new instance of the ProtectionMode class. |
ProtectionMode()
Initializes a new instance of the ProtectionMode class.
public ProtectionMode ();
Public Sub New ()
Applies to
ProtectionMode(String, String, String, String)
Initializes a new instance of the ProtectionMode class.
public ProtectionMode (string exe = default, string msi = default, string script = default, string executable = default);
new Microsoft.Azure.Management.Security.Models.ProtectionMode : string * string * string * string -> Microsoft.Azure.Management.Security.Models.ProtectionMode
Public Sub New (Optional exe As String = Nothing, Optional msi As String = Nothing, Optional script As String = Nothing, Optional executable As String = Nothing)
Parameters
- exe
- String
The application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'
- msi
- String
The application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'
- script
- String
The application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'
- executable
- String
The application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'