Click or drag to resize
SecurityGroupRule Properties

The SecurityGroupRule type exposes the following members.

Properties
  NameDescription
Public propertyMaxPort
The maximum port number in the range that is matched by the security group rule. The port_range_min attribute constrains the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type.
Public propertyMinPort
The minimum port number in the range that is matched by the security group rule. If the protocol is TCP or UDP, this value must be less than or equal to the port_range_max attribute value. If the protocol is ICMP, this value must be an ICMP type.
Top
See Also