iPv6CidrRange resource type

Namespace: microsoft.graph

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

Inherits from ipRange

Properties

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

JSON representation

The following JSON representation shows the resource type.

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