IpRange
IpRange
This class specifies a range of IP addresses by using prefix.
Usage: 128.20.20.10/24. Here 128.20.20.10 is IP address and 24 is prefix length.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"negate": false,
"addressPrefix": "string",
"prefixLength": 0
}
string
addressPrefix
Required
IP address prefix.
integer As int32 As int32
prefixLength
Optional
Prefix length with max value of 32 for IPv4 and 128 for IPv6.