Table of Contents

Enum AzureNetworkSecurityGroupRuleProtocol

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the protocol used for a network security group.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureNetworkSecurityGroupRuleProtocol

Fields

Any = 1

The protocol is any,

Icmp = 4

The protocol is ICMP.

Tcp = 2

The protocol is TCP.

Udp = 3

The protocol is UDP.

Unknown = 0

The protocol is unknown.