RaiEgressRuleType 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 type of an egress rule, determining what kind of traffic matching it performs.
public readonly struct RaiEgressRuleType : IEquatable<Azure.ResourceManager.CognitiveServices.Models.RaiEgressRuleType>
type RaiEgressRuleType = struct
Public Structure RaiEgressRuleType
Implements IEquatable(Of RaiEgressRuleType)
- Inheritance
-
RaiEgressRuleType
- Implements
Constructors
| Name | Description |
|---|---|
| RaiEgressRuleType(String) |
Initializes a new instance of RaiEgressRuleType. |
Properties
| Name | Description |
|---|---|
| Fqdn |
Fully qualified domain name (FQDN) based rule matching on host and path patterns. |
Methods
| Name | Description |
|---|---|
| Equals(RaiEgressRuleType) |
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(RaiEgressRuleType, RaiEgressRuleType) |
Determines if two RaiEgressRuleType values are the same. |
| Implicit(String to Nullable<RaiEgressRuleType>) | |
| Implicit(String to RaiEgressRuleType) |
Converts a string to a RaiEgressRuleType. |
| Inequality(RaiEgressRuleType, RaiEgressRuleType) |
Determines if two RaiEgressRuleType values are not the same. |