SecurityConfigurationRuleDirection Enum
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 enum SecurityConfigurationRuleDirection
type SecurityConfigurationRuleDirection =
Public Enum SecurityConfigurationRuleDirection
- Inheritance
-
SecurityConfigurationRuleDirection
Fields
| Name | Value | Description |
|---|---|---|
| Inbound | 0 | Inbound. |
| Outbound | 1 | Outbound. |