SecurityRuleDirection 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 direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
public readonly struct SecurityRuleDirection : IEquatable<Azure.ResourceManager.Network.Models.SecurityRuleDirection>
type SecurityRuleDirection = struct
Public Structure SecurityRuleDirection
Implements IEquatable(Of SecurityRuleDirection)
- Inheritance
-
SecurityRuleDirection
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityRuleDirection(String) |
Initializes a new instance of SecurityRuleDirection. |
Properties
| Name | Description |
|---|---|
| Inbound |
Inbound. |
| Outbound |
Outbound. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityRuleDirection) |
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(SecurityRuleDirection, SecurityRuleDirection) |
Determines if two SecurityRuleDirection values are the same. |
| Implicit(String to SecurityRuleDirection) |
Converts a String to a SecurityRuleDirection. |
| Inequality(SecurityRuleDirection, SecurityRuleDirection) |
Determines if two SecurityRuleDirection values are not the same. |