Table of Contents

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 = 1

The direction is unknown.

Outbound = 2

The direction is unknown.

Unknown = 0

The direction is unknown.