Azure Networking Services · JSON Structure

Azure Networking Services Network Intent Policy Structure

Network Intent Policy resource.

Type: object Properties: 1
AzureCloudInfrastructureMicrosoftNetworking

NetworkIntentPolicy is a JSON Structure definition published by Azure Networking Services, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

etag

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-structure/azure-networking-services-network-intent-policy-structure.json",
  "description": "Network Intent Policy resource.",
  "properties": {
    "etag": {
      "description": "A unique read-only string that changes whenever the resource is updated.",
      "type": "string"
    }
  },
  "type": "object",
  "name": "NetworkIntentPolicy"
}