NetworkIntentPolicy

Network Intent Policy resource.

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
etag string A unique read-only string that changes whenever the resource is updated.
View JSON Schema on GitHub

JSON Schema

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