FirewallPolicyIntrusionDetection Class

Definition

Configuration for intrusion detection mode and rules.

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

Constructors

FirewallPolicyIntrusionDetection()

Initializes a new instance of FirewallPolicyIntrusionDetection.

Properties

Configuration

Intrusion detection configuration properties.

Mode

Intrusion detection general state. When attached to a parent policy, the firewall's effective IDPS mode is the stricter mode of the two.

Profile

IDPS profile name. When attached to a parent policy, the firewall's effective profile is the profile name of the parent policy.

Explicit Interface Implementations

IJsonModel<FirewallPolicyIntrusionDetection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallPolicyIntrusionDetection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallPolicyIntrusionDetection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPolicyIntrusionDetection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallPolicyIntrusionDetection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to