SecurityCenterFileProtectionMode Class

Definition

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

public class SecurityCenterFileProtectionMode
public class SecurityCenterFileProtectionMode : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterFileProtectionMode>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterFileProtectionMode>
type SecurityCenterFileProtectionMode = class
type SecurityCenterFileProtectionMode = class
    interface IJsonModel<SecurityCenterFileProtectionMode>
    interface IPersistableModel<SecurityCenterFileProtectionMode>
Public Class SecurityCenterFileProtectionMode
Public Class SecurityCenterFileProtectionMode
Implements IJsonModel(Of SecurityCenterFileProtectionMode), IPersistableModel(Of SecurityCenterFileProtectionMode)
Inheritance
SecurityCenterFileProtectionMode
Implements

Constructors

SecurityCenterFileProtectionMode()

Initializes a new instance of SecurityCenterFileProtectionMode.

Properties

Exe

The application control policy enforcement/protection mode of the machine group.

Executable

The application control policy enforcement/protection mode of the machine group.

Msi

The application control policy enforcement/protection mode of the machine group.

Script

The application control policy enforcement/protection mode of the machine group.

Explicit Interface Implementations

IJsonModel<SecurityCenterFileProtectionMode>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityCenterFileProtectionMode>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityCenterFileProtectionMode>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityCenterFileProtectionMode>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityCenterFileProtectionMode>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to