Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.28 KB

File metadata and controls

60 lines (45 loc) · 1.28 KB
title iPv4CidrRange resource type
description Represents an IPv4 range using the CIDR notation.
ms.localizationpriority medium
author lisaychuang
ms.reviewer conditionalaccesspm
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 03/21/2024

iPv4CidrRange resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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