NetworkIntentPolicyConfiguration

Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest.

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
networkIntentPolicyName string The name of the Network Intent Policy for storing in target subscription.
sourceNetworkIntentPolicy object Source network intent policy.
View JSON Schema on GitHub

JSON Schema

azure-networking-services-network-intent-policy-configuration-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-configuration-schema.json",
  "title": "NetworkIntentPolicyConfiguration",
  "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"
}