Azure Networking Services · JSON Structure

Azure Networking Services Prepare Network Policies Request Structure

Details of PrepareNetworkPolicies for Subnet.

Type: object Properties: 2
AzureCloudInfrastructureMicrosoftNetworking

PrepareNetworkPoliciesRequest 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

networkIntentPolicyConfigurations serviceName

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-prepare-network-policies-request-structure.json",
  "description": "Details of PrepareNetworkPolicies for Subnet.",
  "properties": {
    "networkIntentPolicyConfigurations": {
      "description": "A list of NetworkIntentPolicyConfiguration.",
      "items": {
        "$ref": "#/definitions/NetworkIntentPolicyConfiguration"
      },
      "type": "array"
    },
    "serviceName": {
      "description": "The name of the service for which subnet is being prepared for.",
      "type": "string"
    }
  },
  "type": "object",
  "name": "PrepareNetworkPoliciesRequest"
}