Condividi tramite


FirewallPolicyIntrusionDetectionProfileType Struct

Definition

Specifies the Intrusion Detection signature profile to apply.

Values:

  • Off: IDPS profiles disabled; uses the same signature set that existed before profiles.
  • Emerging: Signatures of the newest, most recent threats.
  • Core: Complete, modern, standard set of signatures.
  • Extended: Core signatures plus older legacy signatures for maximum coverage.
public readonly struct FirewallPolicyIntrusionDetectionProfileType : IEquatable<Azure.ResourceManager.Network.Models.FirewallPolicyIntrusionDetectionProfileType>
type FirewallPolicyIntrusionDetectionProfileType = struct
Public Structure FirewallPolicyIntrusionDetectionProfileType
Implements IEquatable(Of FirewallPolicyIntrusionDetectionProfileType)
Inheritance
FirewallPolicyIntrusionDetectionProfileType
Implements

Constructors

Name Description
FirewallPolicyIntrusionDetectionProfileType(String)

Initializes a new instance of FirewallPolicyIntrusionDetectionProfileType.

Properties

Name Description
Core

Core.

Emerging

Emerging.

Extended

Extended.

Off

Off.

Methods

Name Description
Equals(FirewallPolicyIntrusionDetectionProfileType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FirewallPolicyIntrusionDetectionProfileType, FirewallPolicyIntrusionDetectionProfileType)

Determines if two FirewallPolicyIntrusionDetectionProfileType values are the same.

Implicit(String to FirewallPolicyIntrusionDetectionProfileType)

Converts a String to a FirewallPolicyIntrusionDetectionProfileType.

Inequality(FirewallPolicyIntrusionDetectionProfileType, FirewallPolicyIntrusionDetectionProfileType)

Determines if two FirewallPolicyIntrusionDetectionProfileType values are not the same.

Applies to