Network Security Group Security Rule Args
Constructors
Properties
A description for this rule. Restricted to 140 characters.
CIDR or destination IP range or * to match any IP. Tags such as VirtualNetwork
, AzureLoadBalancer
and Internet
can also be used. This is required if destination_address_prefixes
is not specified.
List of destination address prefixes. Tags may not be used. This is required if destination_address_prefix
is not specified.
A List of destination Application Security Group IDs
Destination Port or Range. Integer or range between 0
and 65535
or *
to match any. This is required if destination_port_ranges
is not specified.
List of destination ports or port ranges. This is required if destination_port_range
is not specified.
CIDR or source IP range or * to match any IP. Tags such as VirtualNetwork
, AzureLoadBalancer
and Internet
can also be used. This is required if source_address_prefixes
is not specified.
List of source address prefixes. Tags may not be used. This is required if source_address_prefix
is not specified.
A List of source Application Security Group IDs
Source Port or Range. Integer or range between 0
and 65535
or *
to match any. This is required if source_port_ranges
is not specified.
List of source ports or port ranges. This is required if source_port_range
is not specified.