次の方法で共有


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

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