sourcePorts property
A list of source ports to which the external access rule applies.
This field is only applicable for the UDP or TCP protocol. Each entry must
be either an integer or a range. For example: ["22"]
, ["80","443"]
, or
["12345-12349"]
. To match all source ports, specify ["0-65535"]
.
Implementation
core.List<core.String>? sourcePorts;