Azure Networking Services · JSON Structure

Azure Networking Services Unprepare Network Policies Request Structure

Details of UnprepareNetworkPolicies for Subnet.

Type: object Properties: 1
AzureCloudInfrastructureMicrosoftNetworking

UnprepareNetworkPoliciesRequest 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

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-unprepare-network-policies-request-structure.json",
  "description": "Details of UnprepareNetworkPolicies for Subnet.",
  "properties": {
    "serviceName": {
      "description": "The name of the service for which subnet is being unprepared for.",
      "type": "string"
    }
  },
  "type": "object",
  "name": "UnprepareNetworkPoliciesRequest"
}