sourceIpRanges property
If source ranges are specified, the external access rule applies only to traffic that has a source IP address in these ranges.
These ranges can either be expressed in the CIDR format or as an IP
address. As only inbound rules are supported, ExternalAddress
resources
cannot be the source IP addresses of an external access rule. To match all
source addresses, specify 0.0.0.0/0
.
Implementation
core.List<IpRange>? sourceIpRanges;