iPv4CidrRange resource type

Namespace: microsoft.graph

Represents an IPv4 range using the Classless inter-domain routing (CIDR) notation.

Inherits from ipRange

Properties

Property Type Description
cidrAddress String IPv4 address in CIDR notation. Not nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.iPv4CidrRange",  
  "cidrAddress": "String"
}