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