Enum AzureNetworkSecurityGroupRuleDirection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the direction for an Azure network security group rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureNetworkSecurityGroupRuleDirection
Fields
Inbound = 1The direction is unknown.
Outbound = 2The direction is unknown.
Unknown = 0The direction is unknown.