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
SecurityRuleDirection(String) |
Initializes a new instance of SecurityRuleDirection. |
Properties
Inbound |
Inbound. |
Outbound |
Outbound. |
Methods
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
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. |
Applies to
Azure SDK for .NET