Azure Networking Services · JSON Structure

Azure Networking Services Network Intent Policy Configuration Structure

Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest.

Type: object Properties: 2
AzureCloudInfrastructureMicrosoftNetworking

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

Properties

networkIntentPolicyName sourceNetworkIntentPolicy

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-configuration-structure.json",
  "description": "Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest.",
  "properties": {
    "networkIntentPolicyName": {
      "description": "The name of the Network Intent Policy for storing in target subscription.",
      "type": "string"
    },
    "sourceNetworkIntentPolicy": {
      "$ref": "#/definitions/NetworkIntentPolicy",
      "description": "Source network intent policy."
    }
  },
  "type": "object",
  "name": "NetworkIntentPolicyConfiguration"
}