RaiEgressDefaultAction Struct

Definition

The default action when no user-defined egress rules match.

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

Constructors

Name Description
RaiEgressDefaultAction(String)

Initializes a new instance of RaiEgressDefaultAction.

Properties

Name Description
Allow

Allow traffic by default when no rules match.

Deny

Deny traffic by default when no rules match.

Methods

Name Description
Equals(RaiEgressDefaultAction)

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

Determines if two RaiEgressDefaultAction values are the same.

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

Converts a string to a RaiEgressDefaultAction.

Inequality(RaiEgressDefaultAction, RaiEgressDefaultAction)

Determines if two RaiEgressDefaultAction values are not the same.

Applies to