ReplaceAllIpFirewallRulesRequest

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
ipFirewallRules object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-replaceallipfirewallrulesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReplaceAllIpFirewallRulesRequest",
  "title": "ReplaceAllIpFirewallRulesRequest",
  "type": "object",
  "properties": {
    "ipFirewallRules": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {
          "startIpAddress": {
            "type": "string"
          },
          "endIpAddress": {
            "type": "string"
          }
        }
      }
    }
  }
}