RuntimeProtectionEnforcementLevel Struct

Definition

The mode of operation for runtime protection.

public readonly struct RuntimeProtectionEnforcementLevel : IEquatable<Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionEnforcementLevel>
type RuntimeProtectionEnforcementLevel = struct
Public Structure RuntimeProtectionEnforcementLevel
Implements IEquatable(Of RuntimeProtectionEnforcementLevel)
Inheritance
RuntimeProtectionEnforcementLevel
Implements

Constructors

Name Description
RuntimeProtectionEnforcementLevel(String)

Initializes a new instance of RuntimeProtectionEnforcementLevel.

Properties

Name Description
Audit

Real-time scans detect but do not remediate detected issues.

Disabled

Real-time scans are disabled and can not be triggered.

OnDemand

Real-time scans are disabled but can be triggered to remediate detected issues.

Passive

Real-time scans are disabled but can be triggered to detect issues without remediation.

RealTime

Real-time scans detect and remediate detected issues.

Methods

Name Description
Equals(RuntimeProtectionEnforcementLevel)

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(RuntimeProtectionEnforcementLevel, RuntimeProtectionEnforcementLevel)

Determines if two RuntimeProtectionEnforcementLevel values are the same.

Implicit(String to Nullable<RuntimeProtectionEnforcementLevel>)
Implicit(String to RuntimeProtectionEnforcementLevel)

Converts a string to a RuntimeProtectionEnforcementLevel.

Inequality(RuntimeProtectionEnforcementLevel, RuntimeProtectionEnforcementLevel)

Determines if two RuntimeProtectionEnforcementLevel values are not the same.

Applies to