RaiEgressRuleActionType 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 kind of action an egress rule takes when it matches.
public readonly struct RaiEgressRuleActionType : IEquatable<Azure.ResourceManager.CognitiveServices.Models.RaiEgressRuleActionType>
type RaiEgressRuleActionType = struct
Public Structure RaiEgressRuleActionType
Implements IEquatable(Of RaiEgressRuleActionType)
- Inheritance
-
RaiEgressRuleActionType
- Implements
Constructors
| Name | Description |
|---|---|
| RaiEgressRuleActionType(String) |
Initializes a new instance of RaiEgressRuleActionType. |
Properties
| Name | Description |
|---|---|
| Allow |
Allow the matched traffic. |
| Deny |
Deny the matched traffic. |
| Rewrite |
Redirect the matched traffic to a new destination, optionally applying header transforms. Requires a rewrite target. |
| Transform |
Forward the matched traffic after applying header transforms. Requires at least one header. |
Methods
| Name | Description |
|---|---|
| Equals(RaiEgressRuleActionType) |
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(RaiEgressRuleActionType, RaiEgressRuleActionType) |
Determines if two RaiEgressRuleActionType values are the same. |
| Implicit(String to Nullable<RaiEgressRuleActionType>) | |
| Implicit(String to RaiEgressRuleActionType) |
Converts a string to a RaiEgressRuleActionType. |
| Inequality(RaiEgressRuleActionType, RaiEgressRuleActionType) |
Determines if two RaiEgressRuleActionType values are not the same. |