RaiEgressMode Struct

Definition

The enforcement mode for egress rules. If omitted on create, the server defaults to Enforced.

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

Constructors

Name Description
RaiEgressMode(String)

Initializes a new instance of RaiEgressMode.

Properties

Name Description
Audit

Rules are evaluated and logged but not enforced. Traffic is always forwarded regardless of rule action. A would-be Deny is logged but not applied. Transform and Rewrite actions are still applied to matching traffic (only Deny enforcement is suppressed).

Enforced

Rules are enforced. Matching traffic is allowed or denied per rule actions.

Methods

Name Description
Equals(RaiEgressMode)

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

Determines if two RaiEgressMode values are the same.

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

Converts a string to a RaiEgressMode.

Inequality(RaiEgressMode, RaiEgressMode)

Determines if two RaiEgressMode values are not the same.

Applies to