UnprepareNetworkPoliciesRequest

Details of UnprepareNetworkPolicies for Subnet.

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
serviceName string The name of the service for which subnet is being unprepared for.
View JSON Schema on GitHub

JSON Schema

azure-networking-services-unprepare-network-policies-request-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-unprepare-network-policies-request-schema.json",
  "title": "UnprepareNetworkPoliciesRequest",
  "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"
}