你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProtectionMode Class

Definition

The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.

public class ProtectionMode
type ProtectionMode = class
Public Class ProtectionMode
Inheritance
ProtectionMode

Constructors

ProtectionMode()

Initializes a new instance of the ProtectionMode class.

ProtectionMode(String, String, String, String)

Initializes a new instance of the ProtectionMode class.

Properties

Exe

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Executable

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Msi

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Script

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Extension Methods

ConvertToPSType(ProtectionMode)

Applies to