Enum AzureNetworkSecurityGroupRuleAccessType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the access for an Azure network security group rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureNetworkSecurityGroupRuleAccessType
Fields
Allow = 1
The access type is allow.
Deny = 2
The access type is deny.
Unknown = 0
The access type is unknown.