RuntimeProtectionEnforcementLevel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
RuntimeProtectionEnforcementLevel(String) |
Initializes a new instance of RuntimeProtectionEnforcementLevel. |
Properties
Audit |
Audit. |
Disabled |
Disabled. |
OnDemand |
OnDemand. |
Passive |
Passive. |
RealTime |
RealTime. |
Methods
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
Equality(RuntimeProtectionEnforcementLevel, RuntimeProtectionEnforcementLevel) |
Determines if two RuntimeProtectionEnforcementLevel values are the same. |
Implicit(String to RuntimeProtectionEnforcementLevel) |
Converts a String to a RuntimeProtectionEnforcementLevel. |
Inequality(RuntimeProtectionEnforcementLevel, RuntimeProtectionEnforcementLevel) |
Determines if two RuntimeProtectionEnforcementLevel values are not the same. |
Applies to
Azure SDK for .NET