{
  "swagger": "2.0",
  "schemes": [
    "https"
  ],
  "host": "management.azure.com",
  "info": {
    "description": "The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities.",
    "title": "SqlManagementClient",
    "version": "2018-06-01-preview",
    "x-apisguru-categories": [
      "cloud"
    ],
    "x-logo": {
      "url": "https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png"
    },
    "x-origin": [
      {
        "format": "swagger",
        "url": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/capabilities.json",
        "version": "2.0"
      }
    ],
    "x-preferred": false,
    "x-providerName": "azure.com",
    "x-serviceName": "sql-capabilities",
    "x-tags": [
      "Azure",
      "Microsoft"
    ]
  },
  "consumes": [
    "application/json"
  ],
  "produces": [
    "application/json"
  ],
  "securityDefinitions": {
    "azure_auth": {
      "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
      "description": "Azure Active Directory OAuth2 Flow",
      "flow": "implicit",
      "scopes": {
        "user_impersonation": "impersonate your user account"
      },
      "type": "oauth2"
    }
  },
  "parameters": {
    "ApiVersionParameter": {
      "description": "The API version to use for the request.",
      "in": "query",
      "name": "api-version",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "client"
    },
    "BlobAuditingPolicyNameParameter": {
      "description": "The name of the blob auditing policy.",
      "enum": [
        "default"
      ],
      "in": "path",
      "name": "blobAuditingPolicyName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "DatabaseNameParameter": {
      "description": "The name of the database.",
      "in": "path",
      "name": "databaseName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "ManagedInstanceNameParameter": {
      "description": "The name of the managed instance.",
      "in": "path",
      "name": "managedInstanceName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "ResourceGroupParameter": {
      "description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.",
      "in": "path",
      "name": "resourceGroupName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "ServerNameParameter": {
      "description": "The name of the server.",
      "in": "path",
      "name": "serverName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "SqlVirtualMachineContainerNameParameter": {
      "description": "The name of the SqlVirtualMachineContainer.",
      "in": "path",
      "name": "sqlVirtualMachineContainerName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "SqlVirtualMachineInstanceNameParameter": {
      "description": "The name of the SqlVirtualMachineInstance.",
      "in": "path",
      "name": "sqlVirtualMachineInstanceName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "SubscriptionIdParameter": {
      "description": "The subscription ID that identifies an Azure subscription.",
      "in": "path",
      "name": "subscriptionId",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "client"
    },
    "VirtualClusterNameParameter": {
      "description": "The name of the virtual cluster.",
      "in": "path",
      "name": "virtualClusterName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    }
  },
  "paths": {
    "/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities": {
      "get": {
        "description": "Gets the subscription capabilities available for the specified location.",
        "operationId": "Capabilities_ListByLocation",
        "parameters": [
          {
            "description": "The location name whose capabilities are retrieved.",
            "in": "path",
            "name": "locationName",
            "required": true,
            "type": "string"
          },
          {
            "description": "If specified, restricts the response to only include the selected item.",
            "enum": [
              "supportedEditions",
              "supportedElasticPoolEditions",
              "supportedManagedInstanceVersions",
              "supportedInstancePoolEditions",
              "supportedManagedInstanceEditions"
            ],
            "in": "query",
            "name": "include",
            "required": false,
            "type": "string",
            "x-ms-enum": {
              "modelAsString": true,
              "name": "CapabilityGroup"
            }
          },
          {
            "$ref": "#/parameters/SubscriptionIdParameter"
          },
          {
            "$ref": "#/parameters/ApiVersionParameter"
          }
        ],
        "responses": {
          "200": {
            "description": "Successfully retrieved the subscription location capabilities.",
            "schema": {
              "$ref": "#/definitions/LocationCapabilities"
            }
          },
          "default": {
            "description": "*** Error Responses: ***\n\n * 400 InvalidLocation - An invalid location was specified.\n\n * 400 SubscriptionNotFound - The requested subscription was not found."
          }
        },
        "tags": [
          "LocationCapabilities"
        ],
        "x-ms-examples": {
          "List subscription capabilities in the given location.": {
            "parameters": {
              "api-version": "2018-06-01",
              "locationName": "eastus2euap",
              "subscriptionId": "00000000-1111-2222-3333-444444444444"
            },
            "responses": {
              "200": {
                "body": {
                  "name": "North Central US",
                  "status": "Available",
                  "supportedManagedInstanceVersions": [
                    {
                      "name": "12.0",
                      "status": "Default",
                      "supportedEditions": [
                        {
                          "name": "GeneralPurpose",
                          "status": "Default",
                          "supportedFamilies": [
                            {
                              "name": "Gen5",
                              "sku": "GP_Gen5",
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedVcoresValues": [
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "2",
                                  "standaloneSupported": false,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 640,
                                        "unit": "Gigabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 2
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "4",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 2,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 4
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "8",
                                  "standaloneSupported": true,
                                  "status": "Default",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 8,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 8
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "16",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 8,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 16
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "24",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 8,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 24
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "32",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 8,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 32
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "40",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 8,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 40
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "64",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 8,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 64
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "80",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 8,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 80
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "name": "BusinessCritical",
                          "status": "Available",
                          "supportedFamilies": [
                            {
                              "name": "Gen5",
                              "sku": "BC_Gen5",
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedVcoresValues": [
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "4",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 1,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 4
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "8",
                                  "standaloneSupported": true,
                                  "status": "Default",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 1,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 8
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "16",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 1,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 16
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "24",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 2,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 24
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "32",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 4,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 32
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "40",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 4,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 40
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "64",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 4,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 64
                                },
                                {
                                  "includedMaxSize": {
                                    "limit": 262144,
                                    "unit": "Megabytes"
                                  },
                                  "instancePoolSupported": true,
                                  "name": "80",
                                  "standaloneSupported": true,
                                  "status": "Available",
                                  "supportedStorageSizes": [
                                    {
                                      "maxValue": {
                                        "limit": 4,
                                        "unit": "Terabytes"
                                      },
                                      "minValue": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "scaleSize": {
                                        "limit": 32,
                                        "unit": "Gigabytes"
                                      },
                                      "status": "Available"
                                    }
                                  ],
                                  "value": 80
                                }
                              ]
                            }
                          ]
                        }
                      ],
                      "supportedInstancePoolEditions": [
                        {
                          "name": "GeneralPurpose",
                          "status": "Default",
                          "supportedFamilies": [
                            {
                              "name": "Gen5",
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedVcoresValues": [
                                {
                                  "name": "GP_Gen5_8",
                                  "status": "Default",
                                  "storageLimit": {
                                    "limit": 8388608,
                                    "unit": "Megabytes"
                                  },
                                  "value": 8
                                },
                                {
                                  "name": "GP_Gen5_16",
                                  "status": "Available",
                                  "storageLimit": {
                                    "limit": 8388608,
                                    "unit": "Megabytes"
                                  },
                                  "value": 16
                                },
                                {
                                  "name": "GP_Gen5_24",
                                  "status": "Available",
                                  "storageLimit": {
                                    "limit": 8388608,
                                    "unit": "Megabytes"
                                  },
                                  "value": 24
                                },
                                {
                                  "name": "GP_Gen5_32",
                                  "status": "Available",
                                  "storageLimit": {
                                    "limit": 8388608,
                                    "unit": "Megabytes"
                                  },
                                  "value": 32
                                },
                                {
                                  "name": "GP_Gen5_40",
                                  "status": "Available",
                                  "storageLimit": {
                                    "limit": 8388608,
                                    "unit": "Megabytes"
                                  },
                                  "value": 40
                                },
                                {
                                  "name": "GP_Gen5_64",
                                  "status": "Available",
                                  "storageLimit": {
                                    "limit": 8388608,
                                    "unit": "Megabytes"
                                  },
                                  "value": 64
                                },
                                {
                                  "name": "GP_Gen5_80",
                                  "status": "Available",
                                  "storageLimit": {
                                    "limit": 8388608,
                                    "unit": "Megabytes"
                                  },
                                  "value": 80
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "supportedServerVersions": [
                    {
                      "name": "12.0",
                      "status": "Default",
                      "supportedEditions": [
                        {
                          "name": "System",
                          "readScale": {
                            "maxNumberOfReplicas": 0
                          },
                          "reason": "'System' is not a valid database edition in this version of SQL Server.",
                          "status": "Visible",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "26e021db-f1f9-4c98-84c6-92af8ef433d7",
                              "name": "System",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "29dd7459-4a7c-4e56-be22-f0adda49440d",
                              "name": "System0",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "c99ac918-dbea-463f-a475-16ec020fdc12",
                              "name": "System1",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "620323bf-2879-4807-b30d-c2e6d7b3b3aa",
                              "name": "System2",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "33d0db1f-6893-4210-99f9-463fb9b496a4",
                              "name": "System3",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "da24338c-a6c9-46c2-a4bf-4ac95b496ae4",
                              "name": "System4",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "53f7fa1b-b0d0-43d6-bc29-c5f059fb36e9",
                              "name": "System2L",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "e79cd55c-689f-48d9-bffa-0dd12c772248",
                              "name": "System3L",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "4b37bb6d-e004-47ac-8f7a-be56ac9fb490",
                              "name": "System4L",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 0
                              },
                              "reason": "'System' is not a valid database edition in this version of SQL Server.",
                              "sku": {
                                "capacity": 0,
                                "name": "System",
                                "tier": "System"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "'System' is not a valid database edition in this version of SQL Server.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Free",
                          "readScale": {
                            "maxNumberOfReplicas": 0
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "6aa3bb3e-7f50-40d6-95ef-5497c30d99d8",
                              "includedMaxSize": {
                                "limit": 32,
                                "unit": "Megabytes"
                              },
                              "name": "Free",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 5
                              },
                              "sku": {
                                "capacity": 5,
                                "name": "Free",
                                "tier": "Free"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 32,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Basic",
                          "readScale": {
                            "maxNumberOfReplicas": 0
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c",
                              "includedMaxSize": {
                                "limit": 2,
                                "unit": "Gigabytes"
                              },
                              "name": "Basic",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 5
                              },
                              "sku": {
                                "capacity": 5,
                                "name": "Basic",
                                "tier": "Basic"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Standard",
                          "readScale": {
                            "maxNumberOfReplicas": 0
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "f1173c43-91bd-4aaa-973c-54e79e15235b",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S0",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "1b1ebd4d-d903-4baa-97f9-4ea675f5e928",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S1",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 20
                              },
                              "sku": {
                                "capacity": 20,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "455330e1-00cd-488b-b5fa-177c226f28b7",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S2",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 50
                              },
                              "sku": {
                                "capacity": 50,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "789681b8-ca10-4eb0-bdf2-e0b050601b40",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S3",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 100
                              },
                              "sku": {
                                "capacity": 100,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "3cf14e1a-0a5d-408c-bbc7-f63c5282f735",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S4",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 200
                              },
                              "sku": {
                                "capacity": 200,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "ab69b4e3-d7cc-4aa5-87a6-f8b50615a03c",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S6",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 400
                              },
                              "sku": {
                                "capacity": 400,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "b6ca0894-d2f0-4e40-99f5-0f8a93cc2437",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S7",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 800
                              },
                              "sku": {
                                "capacity": 800,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "0efa88e9-99ff-4e36-a148-8c4b20c0826c",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S9",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1600
                              },
                              "sku": {
                                "capacity": 1600,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "98100e8b-2f8a-4a81-9eb5-4d1e675c5a29",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S12",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 3000
                              },
                              "sku": {
                                "capacity": 3000,
                                "name": "Standard",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Premium",
                          "readScale": {
                            "maxNumberOfReplicas": 1
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "7203483a-c4fb-4304-9e9f-17c71c904f5d",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P1",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 125
                              },
                              "sku": {
                                "capacity": 125,
                                "name": "Premium",
                                "tier": "Premium"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P2",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 250
                              },
                              "sku": {
                                "capacity": 250,
                                "name": "Premium",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "afe1eee1-1f12-4e5f-9ad6-2de9c12cb4dc",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P4",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 500
                              },
                              "sku": {
                                "capacity": 500,
                                "name": "Premium",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "43940481-9191-475a-9dba-6b505615b9aa",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P6",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1000
                              },
                              "sku": {
                                "capacity": 1000,
                                "name": "Premium",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "dd00d544-bbc0-4f61-ba60-cdce0c410288",
                              "includedMaxSize": {
                                "limit": 4,
                                "unit": "Terabytes"
                              },
                              "name": "P11",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1750
                              },
                              "sku": {
                                "capacity": 1750,
                                "name": "Premium",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "5bc86cca-9a96-4a94-90ef-bbdfcfbf2d71",
                              "includedMaxSize": {
                                "limit": 4,
                                "unit": "Terabytes"
                              },
                              "name": "P15",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 4000
                              },
                              "sku": {
                                "capacity": 4000,
                                "name": "Premium",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "DataWarehouse",
                          "readScale": {
                            "maxNumberOfReplicas": 0
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "9f848803-41b2-4a6d-9501-bb0e0ab31d2e",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW100c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 900
                              },
                              "sku": {
                                "capacity": 900,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "bd2edbf5-11a2-4a87-b371-4b78eb82280e",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW200c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1800
                              },
                              "sku": {
                                "capacity": 1800,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "f1e305d4-5a13-4fd1-9deb-033d86ad8ea3",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW300c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 2700
                              },
                              "sku": {
                                "capacity": 2700,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "9e6d0543-d417-4aee-a7aa-b588e0aa9722",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW400c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 3600
                              },
                              "sku": {
                                "capacity": 3600,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "16d01b30-3ecd-4b97-aeaf-a3d52f46fcbe",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW500c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 4500
                              },
                              "sku": {
                                "capacity": 4500,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "6b6d6207-2c78-48e2-8549-ae2cdc62f634",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW1000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 9000
                              },
                              "sku": {
                                "capacity": 9000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "64dec603-ff44-4497-b77f-d4dcbc013e20",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW1500c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 13500
                              },
                              "sku": {
                                "capacity": 13500,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "32084fd6-8bc7-4d72-9aeb-9e5954f28779",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW2000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 18000
                              },
                              "sku": {
                                "capacity": 18000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "ea58fa6b-4504-4a59-8a8b-278a60f04fd3",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW2500c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 22500
                              },
                              "sku": {
                                "capacity": 22500,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "15e8ff68-3583-42da-9c2e-a29d08bba253",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW3000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 27000
                              },
                              "sku": {
                                "capacity": 27000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "bcf5eb94-46c3-40c3-b701-c5c189300a79",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW5000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 45000
                              },
                              "sku": {
                                "capacity": 45000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "8bf62e3f-72a3-4d03-9838-8cc5e2115a07",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW6000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 54000
                              },
                              "sku": {
                                "capacity": 54000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "c3e07aba-7c88-4fdb-a9ee-ccc6705e2002",
                              "name": "DW7500c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 67500
                              },
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 67500,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "36ec908d-7322-4ba6-91c2-f2012eb4f32e",
                              "name": "DW10000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 90000
                              },
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 90000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "5199131b-d29a-49fd-91e6-a8bdd789659f",
                              "name": "DW15000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 135000
                              },
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 135000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "df4771c8-dd92-4795-b9eb-01cbb35a8cdc",
                              "name": "DW30000c",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 270000
                              },
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 270000,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "status": "Visible",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW7500c or larger DW SLOs. Please either try a different performance level (DWU) or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Stretch",
                          "readScale": {
                            "maxNumberOfReplicas": 0
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "9cfc850f-d57f-4760-b5a6-bb640d268bf0",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS100",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 750
                              },
                              "sku": {
                                "capacity": 750,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "053407ef-f01c-46f4-b829-96e01a14f449",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS200",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1500
                              },
                              "sku": {
                                "capacity": 1500,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "013a9e10-cafc-45a8-8fcf-93095655d2ce",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS300",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 2250
                              },
                              "sku": {
                                "capacity": 2250,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "79f61db4-8c10-46ba-a93a-d7d02dddd61c",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS400",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 3000
                              },
                              "sku": {
                                "capacity": 3000,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "44eaac33-df00-4ef4-a2bb-f7ff87899eea",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS500",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 3750
                              },
                              "sku": {
                                "capacity": 3750,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "f8e0f3a6-888b-459c-a9dd-d74d8b2b0e72",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS600",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 4500
                              },
                              "sku": {
                                "capacity": 4500,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "b9ed8f51-a414-42dc-8348-e4a1de25e12b",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS1000",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 7500
                              },
                              "sku": {
                                "capacity": 7500,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "07479569-6d70-47a5-8db6-0af55d34f2c1",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS1200",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 9000
                              },
                              "sku": {
                                "capacity": 9000,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "2d79baec-2879-46d5-9f5d-fb70eb004c4e",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS1500",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 11250
                              },
                              "sku": {
                                "capacity": 11250,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "7fb5389f-6d15-4e0b-9540-fe5ecdfdbeee",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS2000",
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 15000
                              },
                              "sku": {
                                "capacity": 15000,
                                "name": "Stretch",
                                "tier": "Stretch"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 60,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 70,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 80,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 90,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 240,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "GeneralPurpose",
                          "readScale": {
                            "maxNumberOfReplicas": 0
                          },
                          "status": "Default",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "5934b5fa-2f4c-4a4b-8dfb-1ce116f0f587",
                              "name": "GP_Gen4_1",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 1
                              },
                              "sku": {
                                "capacity": 1,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "aa3dbf38-039b-4a88-8487-94dfddfd1f86",
                              "name": "GP_S_Gen5_1",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 1
                              },
                              "sku": {
                                "capacity": 1,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 524288,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 0.5
                                },
                                {
                                  "status": "Available",
                                  "value": 0.75
                                },
                                {
                                  "status": "Available",
                                  "value": 1
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "29575dba-2a11-4440-8813-fc75b9c32a83",
                              "name": "GP_Gen4_2",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "f21733ad-9b9b-4d4e-a4fa-94a133c41718",
                              "name": "GP_Gen5_2",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "3d6269f6-9ca1-4192-a947-5bff42c8c2aa",
                              "name": "GP_S_Gen5_2",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 0.5
                                },
                                {
                                  "status": "Available",
                                  "value": 0.75
                                },
                                {
                                  "status": "Available",
                                  "value": 1
                                },
                                {
                                  "status": "Available",
                                  "value": 1.25
                                },
                                {
                                  "status": "Available",
                                  "value": 1.5
                                },
                                {
                                  "status": "Available",
                                  "value": 1.75
                                },
                                {
                                  "status": "Available",
                                  "value": 2
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a265476d-7f55-47c5-af89-41f619593622",
                              "name": "GP_Gen4_3",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 3
                              },
                              "sku": {
                                "capacity": 3,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "12127802-4801-442f-acdc-6a305e5d8607",
                              "name": "GP_Gen4_4",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "5a2250bb-cc3e-4f86-acbd-599fe184b9be",
                              "name": "GP_Gen5_4",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "3372b1c4-d1ab-485c-80dc-e6a0ce4e5f91",
                              "name": "GP_S_Gen5_4",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 0.5
                                },
                                {
                                  "status": "Available",
                                  "value": 0.75
                                },
                                {
                                  "status": "Available",
                                  "value": 1
                                },
                                {
                                  "status": "Available",
                                  "value": 1.25
                                },
                                {
                                  "status": "Available",
                                  "value": 1.5
                                },
                                {
                                  "status": "Available",
                                  "value": 1.75
                                },
                                {
                                  "status": "Available",
                                  "value": 2
                                },
                                {
                                  "status": "Available",
                                  "value": 3
                                },
                                {
                                  "status": "Available",
                                  "value": 4
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "d8f42720-7066-49da-853e-1a7a0f2ae635",
                              "name": "GP_Gen4_5",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 5
                              },
                              "sku": {
                                "capacity": 5,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "0a8f0204-66ec-411b-80bd-d15460c7ccc6",
                              "name": "GP_Gen4_6",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "197e794a-a0a2-4286-9629-1677137b1314",
                              "name": "GP_Gen5_6",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "29627e46-7cfd-49c3-92f1-22af2cc31502",
                              "name": "GP_S_Gen5_6",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 0.75
                                },
                                {
                                  "status": "Available",
                                  "value": 1
                                },
                                {
                                  "status": "Available",
                                  "value": 1.25
                                },
                                {
                                  "status": "Available",
                                  "value": 1.5
                                },
                                {
                                  "status": "Available",
                                  "value": 1.75
                                },
                                {
                                  "status": "Available",
                                  "value": 2
                                },
                                {
                                  "status": "Available",
                                  "value": 3
                                },
                                {
                                  "status": "Available",
                                  "value": 4
                                },
                                {
                                  "status": "Available",
                                  "value": 5
                                },
                                {
                                  "status": "Available",
                                  "value": 6
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "e75459da-541e-4dd1-952a-c8874f2cad4a",
                              "name": "GP_Gen4_7",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 7
                              },
                              "sku": {
                                "capacity": 7,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "b6cb748f-90b7-4583-925d-17151fce4031",
                              "name": "GP_Gen4_8",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "d92ff70d-5cc6-4bca-90dd-9ba988f08c02",
                              "name": "GP_Gen5_8",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a603eecf-7801-4767-81ce-a59a8a6a0722",
                              "name": "GP_S_Gen5_8",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 1
                                },
                                {
                                  "status": "Available",
                                  "value": 1.25
                                },
                                {
                                  "status": "Available",
                                  "value": 1.5
                                },
                                {
                                  "status": "Available",
                                  "value": 1.75
                                },
                                {
                                  "status": "Available",
                                  "value": 2
                                },
                                {
                                  "status": "Available",
                                  "value": 3
                                },
                                {
                                  "status": "Available",
                                  "value": 4
                                },
                                {
                                  "status": "Available",
                                  "value": 5
                                },
                                {
                                  "status": "Available",
                                  "value": 6
                                },
                                {
                                  "status": "Available",
                                  "value": 8
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "66b222db-8f6c-46bf-806a-75a38bac674f",
                              "name": "GP_Gen4_9",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 9
                              },
                              "sku": {
                                "capacity": 9,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "e53c1e77-5b43-4e8c-aafd-a875ea64807e",
                              "name": "GP_Gen4_10",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "eb26495c-75d3-427a-80a1-e72583bddf4e",
                              "name": "GP_Gen5_10",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "77f361df-4913-485f-943f-2bb1d810f4b5",
                              "name": "GP_S_Gen5_10",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 1.25
                                },
                                {
                                  "status": "Available",
                                  "value": 1.5
                                },
                                {
                                  "status": "Available",
                                  "value": 1.75
                                },
                                {
                                  "status": "Available",
                                  "value": 2
                                },
                                {
                                  "status": "Available",
                                  "value": 3
                                },
                                {
                                  "status": "Available",
                                  "value": 4
                                },
                                {
                                  "status": "Available",
                                  "value": 5
                                },
                                {
                                  "status": "Available",
                                  "value": 6
                                },
                                {
                                  "status": "Available",
                                  "value": 8
                                },
                                {
                                  "status": "Available",
                                  "value": 10
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "7b24051a-7551-4f81-b7ed-138b752c0cab",
                              "name": "GP_Gen5_12",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 12
                              },
                              "sku": {
                                "capacity": 12,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "fafc7509-d0c0-4d4d-b833-a22a92002af1",
                              "name": "GP_S_Gen5_12",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 12
                              },
                              "sku": {
                                "capacity": 12,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 1.5
                                },
                                {
                                  "status": "Available",
                                  "value": 1.75
                                },
                                {
                                  "status": "Available",
                                  "value": 2
                                },
                                {
                                  "status": "Available",
                                  "value": 3
                                },
                                {
                                  "status": "Available",
                                  "value": 4
                                },
                                {
                                  "status": "Available",
                                  "value": 5
                                },
                                {
                                  "status": "Available",
                                  "value": 6
                                },
                                {
                                  "status": "Available",
                                  "value": 8
                                },
                                {
                                  "status": "Available",
                                  "value": 10
                                },
                                {
                                  "status": "Available",
                                  "value": 12
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a0dcebb2-7b28-45d6-83c8-034ffc44dcc7",
                              "name": "GP_Gen5_14",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 14
                              },
                              "sku": {
                                "capacity": 14,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "ffd5edac-d85c-4685-b16d-de8faaa9a085",
                              "name": "GP_S_Gen5_14",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 14
                              },
                              "sku": {
                                "capacity": 14,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 1.75
                                },
                                {
                                  "status": "Available",
                                  "value": 2
                                },
                                {
                                  "status": "Available",
                                  "value": 3
                                },
                                {
                                  "status": "Available",
                                  "value": 4
                                },
                                {
                                  "status": "Available",
                                  "value": 5
                                },
                                {
                                  "status": "Available",
                                  "value": 6
                                },
                                {
                                  "status": "Available",
                                  "value": 8
                                },
                                {
                                  "status": "Available",
                                  "value": 10
                                },
                                {
                                  "status": "Available",
                                  "value": 12
                                },
                                {
                                  "status": "Available",
                                  "value": 14
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "3bbb282e-5cfb-4a8e-98d5-72b9de14fd40",
                              "name": "GP_Gen4_16",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "92a37be8-8fb8-4ef8-9add-dbc217c038a7",
                              "name": "GP_Gen5_16",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "92adf537-10d2-418a-928f-252a069231aa",
                              "name": "GP_S_Gen5_16",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen5",
                                "name": "GP_S_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedAutoPauseDelay": {
                                "default": 60,
                                "doNotPauseValue": -1,
                                "maxValue": 10080,
                                "minValue": 60,
                                "stepSize": 10,
                                "unit": "Minutes"
                              },
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedMinCapacities": [
                                {
                                  "status": "Default",
                                  "value": 2
                                },
                                {
                                  "status": "Available",
                                  "value": 3
                                },
                                {
                                  "status": "Available",
                                  "value": 4
                                },
                                {
                                  "status": "Available",
                                  "value": 5
                                },
                                {
                                  "status": "Available",
                                  "value": 6
                                },
                                {
                                  "status": "Available",
                                  "value": 8
                                },
                                {
                                  "status": "Available",
                                  "value": 10
                                },
                                {
                                  "status": "Available",
                                  "value": 12
                                },
                                {
                                  "status": "Available",
                                  "value": 14
                                },
                                {
                                  "status": "Available",
                                  "value": 16
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "7786e4d6-7def-4c25-bbe6-bbb166d9060d",
                              "name": "GP_Gen5_18",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 18
                              },
                              "sku": {
                                "capacity": 18,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a4567429-ab9b-47c7-a7d9-bef90069c942",
                              "name": "GP_Gen5_20",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 20
                              },
                              "sku": {
                                "capacity": 20,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "560fc158-3975-4431-9c58-c913d6eadde3",
                              "name": "GP_Gen4_24",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a0e88422-40ff-4e8d-9403-d69ca347fc36",
                              "name": "GP_Gen5_24",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "e8a59272-786f-4969-a8b5-7db1dedb37cf",
                              "name": "GP_Gen5_32",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 32
                              },
                              "sku": {
                                "capacity": 32,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "add5efcd-d19e-47c0-90ec-5cf76d25ec62",
                              "name": "GP_Gen5_40",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 40
                              },
                              "sku": {
                                "capacity": 40,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "e847fba4-b20d-4ab3-a422-c74070f38acc",
                              "name": "GP_Gen5_80",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 80
                              },
                              "sku": {
                                "capacity": 80,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "BusinessCritical",
                          "readScale": {
                            "maxNumberOfReplicas": 1
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "c62e8f57-d557-4377-a078-31cc5898c30d",
                              "name": "BC_Gen4_1",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 1
                              },
                              "sku": {
                                "capacity": 1,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "063b8b86-08f4-4697-aa15-1a0ef798c4b5",
                              "name": "BC_Gen4_2",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a0fc5801-8d79-49b1-bb62-02e84cf70333",
                              "name": "BC_Gen5_2",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "85d9197b-2d08-4722-b16f-544f82e9474a",
                              "name": "BC_Gen4_3",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 3
                              },
                              "sku": {
                                "capacity": 3,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "51909b2a-78ab-4187-9399-ef948311ebd3",
                              "name": "BC_Gen4_4",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "665a55db-09db-4623-a7c3-95973806f722",
                              "name": "BC_Gen5_4",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a11c134d-aea7-4146-b68d-abbf996da1ea",
                              "name": "BC_Gen4_5",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 5
                              },
                              "sku": {
                                "capacity": 5,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "130f88a6-15ef-4f62-86f3-7422d93d3b41",
                              "name": "BC_Gen4_6",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "c2d88f7b-021c-494e-adc2-d484c184a129",
                              "name": "BC_Gen5_6",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "8160a1ce-2d4b-487c-9d06-910d01a29d6a",
                              "name": "BC_Gen4_7",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 7
                              },
                              "sku": {
                                "capacity": 7,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "daf80701-f93b-4b57-994e-699905078444",
                              "name": "BC_Gen4_8",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "5f71c3de-ead7-4cb9-8505-d12e2dc2774a",
                              "name": "BC_Gen5_8",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "9f48f46b-d290-4593-aada-2219f5729c97",
                              "name": "BC_Gen4_9",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 9
                              },
                              "sku": {
                                "capacity": 9,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "cbe7e810-92e2-4e88-b052-f057a049dc19",
                              "name": "BC_Gen4_10",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "6146bc08-82f8-4842-8374-fcb89a0303bf",
                              "name": "BC_Gen5_10",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "9c892ace-06fe-44b1-9cca-7ad71f3912a3",
                              "name": "BC_Gen5_12",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 12
                              },
                              "sku": {
                                "capacity": 12,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "2cdc2809-a9d0-4b14-bbe4-6a0ef12a657b",
                              "name": "BC_Gen5_14",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 14
                              },
                              "sku": {
                                "capacity": 14,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "3cb9d0b5-1aa5-463d-880a-424c5b7b2790",
                              "name": "BC_Gen4_16",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "5cf22315-05d1-4af0-b3d8-432459dc1ce9",
                              "name": "BC_Gen5_16",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "2557f090-9298-4db0-95c8-b5f60730a0b0",
                              "name": "BC_Gen5_18",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 18
                              },
                              "sku": {
                                "capacity": 18,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "6c744196-96b4-40f9-b348-f5f0f78e45f4",
                              "name": "BC_Gen5_20",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 20
                              },
                              "sku": {
                                "capacity": 20,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "65f12963-e606-4d1b-b36a-71480f31e904",
                              "name": "BC_Gen4_24",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "09266e61-c762-47af-9377-07e1fcf0e28f",
                              "name": "BC_Gen5_24",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "2a8e2a20-b3d8-49b0-9150-4c16c6bdcc98",
                              "name": "BC_Gen5_32",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 32
                              },
                              "sku": {
                                "capacity": 32,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "c07a9ab7-a897-41b0-b3b3-16e605cb93a1",
                              "name": "BC_Gen5_40",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 40
                              },
                              "sku": {
                                "capacity": 40,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "cc1f7acb-84d5-4d0d-8830-a107747ef391",
                              "name": "BC_Gen5_80",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 80
                              },
                              "sku": {
                                "capacity": 80,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Hyperscale",
                          "readScale": {
                            "maxNumberOfReplicas": 4
                          },
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "9380cd0e-b025-4e9d-829c-c1918c1614bb",
                              "name": "HS_Gen4_1",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 1
                              },
                              "sku": {
                                "capacity": 1,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "34497c3f-24b9-4cee-968d-6e5e854670fe",
                              "name": "HS_Gen4_2",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "a420d2b2-ca32-4152-b1c6-dd8d4d9fd734",
                              "name": "HS_Gen5_2",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "5de845d2-2055-428c-b507-94131358cdd7",
                              "name": "HS_Gen4_3",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 3
                              },
                              "sku": {
                                "capacity": 3,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "d060b874-21f3-47b0-a9bd-a1a737cfcc6e",
                              "name": "HS_Gen4_4",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "60dba88b-2dfa-4123-be57-bd0dbfd92a72",
                              "name": "HS_Gen5_4",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "925a0916-15fb-4764-aa76-533d97f2d782",
                              "name": "HS_Gen4_5",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 5
                              },
                              "sku": {
                                "capacity": 5,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "d7aa11c2-e4c7-442a-962e-308b371f5ec1",
                              "name": "HS_Gen4_6",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "b9c594ec-a3fe-4bfe-808d-a595410d0a07",
                              "name": "HS_Gen5_6",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "d77eef57-6c00-4003-b140-822509b8736a",
                              "name": "HS_Gen4_7",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 7
                              },
                              "sku": {
                                "capacity": 7,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "694bf389-7cb2-4461-8fa2-0b06d8438315",
                              "name": "HS_Gen4_8",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "efdfac5f-3f8e-4500-95b1-684c07349860",
                              "name": "HS_Gen5_8",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "554ea52a-9ecc-4d87-bbc7-1e257705da3f",
                              "name": "HS_Gen4_9",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 9
                              },
                              "sku": {
                                "capacity": 9,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "576f3f38-b950-4eaa-b74e-33d831193441",
                              "name": "HS_Gen4_10",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "69697c3a-1946-4eb8-a5a4-a269168dde27",
                              "name": "HS_Gen5_10",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "1bee9dc8-68b4-44df-b870-8ab0e4d71e94",
                              "name": "HS_Gen5_12",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 12
                              },
                              "sku": {
                                "capacity": 12,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "07a8341d-c0b2-4000-bc7a-5b4dae2ad210",
                              "name": "HS_Gen5_14",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 14
                              },
                              "sku": {
                                "capacity": 14,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "7fc1f700-a45d-499e-901f-2a00645c54db",
                              "name": "HS_Gen4_16",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "6b56f70b-52e5-44ba-8cd5-4f63d224b206",
                              "name": "HS_Gen5_16",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "ba0029f2-3ff4-4ef6-9e65-e8f77b5dd1e2",
                              "name": "HS_Gen5_18",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 18
                              },
                              "sku": {
                                "capacity": 18,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "f1b2a082-f622-4fb8-bbef-e74deac3ec89",
                              "name": "HS_Gen5_20",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 20
                              },
                              "sku": {
                                "capacity": 20,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "f016d419-a031-4b93-ab62-7f3d2a789376",
                              "name": "HS_Gen4_24",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen4",
                                "name": "HS_Gen4",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "222bc0ee-e195-4bbc-be05-3b849c3a8195",
                              "name": "HS_Gen5_24",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "05366cca-cc70-486e-a697-bb3fab877f75",
                              "name": "HS_Gen5_32",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 32
                              },
                              "sku": {
                                "capacity": 32,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "32542ef7-124d-4e66-8b41-9c6c0ab963c2",
                              "name": "HS_Gen5_40",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 40
                              },
                              "sku": {
                                "capacity": 40,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "id": "6509db45-febe-44dd-a079-35f11d477984",
                              "name": "HS_Gen5_80",
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 80
                              },
                              "sku": {
                                "capacity": 80,
                                "family": "Gen5",
                                "name": "HS_Gen5",
                                "tier": "Hyperscale"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "supportedStorageCapabilities": [
                            {
                              "status": "Default",
                              "storageAccountType": "GRS"
                            },
                            {
                              "status": "Available",
                              "storageAccountType": "LRS"
                            },
                            {
                              "reason": "ZRS is available in multi-az regions",
                              "status": "Visible",
                              "storageAccountType": "ZRS"
                            }
                          ],
                          "zoneRedundant": false
                        }
                      ],
                      "supportedElasticPoolEditions": [
                        {
                          "name": "Standard",
                          "status": "Available",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "includedMaxSize": {
                                "limit": 50,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 50
                              },
                              "sku": {
                                "capacity": 50,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 100,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 200,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 100
                              },
                              "sku": {
                                "capacity": 100,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 200,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 200
                              },
                              "sku": {
                                "capacity": 200,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 300,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 300
                              },
                              "sku": {
                                "capacity": 300,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 400,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 400
                              },
                              "sku": {
                                "capacity": 400,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 400,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 800,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 800
                              },
                              "sku": {
                                "capacity": 800,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 400,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 800,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1200,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1200
                              },
                              "sku": {
                                "capacity": 1200,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 400,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 800,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1600,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1600
                              },
                              "sku": {
                                "capacity": 1600,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 400,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 800,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1600,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 2000,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 2000
                              },
                              "sku": {
                                "capacity": 2000,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 400,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 800,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1600,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 2000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 2500,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 2500
                              },
                              "sku": {
                                "capacity": 2500,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 400,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 800,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1600,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 2000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 2500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 3000,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 3000
                              },
                              "sku": {
                                "capacity": 3000,
                                "name": "StandardPool",
                                "tier": "Standard"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 100,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 300,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 400,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 800,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1200,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1600,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 2000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 2500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 3000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 100,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 300,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 400,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 800,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1200,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1600,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 2500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 3000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Premium",
                          "status": "Available",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 50,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 125
                              },
                              "sku": {
                                "capacity": 125,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 250
                              },
                              "sku": {
                                "capacity": 250,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 750,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 500
                              },
                              "sku": {
                                "capacity": 500,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1000
                              },
                              "sku": {
                                "capacity": 1000,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1536,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1500
                              },
                              "sku": {
                                "capacity": 1500,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 2,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 2000
                              },
                              "sku": {
                                "capacity": 2000,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1750,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1750,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 2560,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 2500
                              },
                              "sku": {
                                "capacity": 2500,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1750,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1750,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 3,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 3000
                              },
                              "sku": {
                                "capacity": 3000,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1750,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1750,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 3584,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 3500
                              },
                              "sku": {
                                "capacity": 3500,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1750,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1750,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 4,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 4000
                              },
                              "sku": {
                                "capacity": 4000,
                                "name": "PremiumPool",
                                "tier": "Premium"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 800,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1600,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3000,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 50,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 75,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 125,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 250,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 500,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 1750,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1750,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                },
                                {
                                  "limit": 4000,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 25,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 50,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 75,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 125,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 250,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 500,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 1750,
                                      "status": "Available",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 4000,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 5,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 10,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 20,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 30,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 40,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 50,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 150,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 200,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 250,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 300,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 400,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 750,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1280,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1536,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1792,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2304,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2560,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2816,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 3,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3328,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3584,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 3840,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 4,
                                    "unit": "Terabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Basic",
                          "status": "Available",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "includedMaxSize": {
                                "limit": 5000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 50
                              },
                              "sku": {
                                "capacity": 50,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 5000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 5000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 10000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 200,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 100
                              },
                              "sku": {
                                "capacity": 100,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 10000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 10000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 20000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 200
                              },
                              "sku": {
                                "capacity": 200,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 20000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 20000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 30000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 300
                              },
                              "sku": {
                                "capacity": 300,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 30000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 30000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 40000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 400
                              },
                              "sku": {
                                "capacity": 400,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 40000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 40000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 80000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 800
                              },
                              "sku": {
                                "capacity": 800,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 80000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 80000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 120000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1200
                              },
                              "sku": {
                                "capacity": 1200,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 120000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 120000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "includedMaxSize": {
                                "limit": 160000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "DTU",
                                "value": 1600
                              },
                              "sku": {
                                "capacity": 1600,
                                "name": "BasicPool",
                                "tier": "Basic"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [],
                              "supportedMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 160000,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 160000,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "DTU"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "DTU"
                                    }
                                  ],
                                  "unit": "DTU"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 100,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 500,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 1,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "minValue": {
                                    "limit": 2,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "GeneralPurpose",
                          "status": "Default",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 1
                              },
                              "sku": {
                                "capacity": 1,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 524288,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 200,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 774144,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 524288,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 3
                              },
                              "sku": {
                                "capacity": 3,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 200,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 774144,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 5
                              },
                              "sku": {
                                "capacity": 5,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 7
                              },
                              "sku": {
                                "capacity": 7,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 9
                              },
                              "sku": {
                                "capacity": 9,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 12
                              },
                              "sku": {
                                "capacity": 12,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 14
                              },
                              "sku": {
                                "capacity": 14,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3670016,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 2097152,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 18
                              },
                              "sku": {
                                "capacity": 18,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 20
                              },
                              "sku": {
                                "capacity": 20,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen4",
                                "name": "GP_Gen4",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 32
                              },
                              "sku": {
                                "capacity": 32,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 32,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 40
                              },
                              "sku": {
                                "capacity": 40,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 32,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 40,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 500,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 80
                              },
                              "sku": {
                                "capacity": 80,
                                "family": "Gen5",
                                "name": "GP_Gen5",
                                "tier": "GeneralPurpose"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 32,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 40,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 48,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 48,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 80,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 48,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 80,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "BusinessCritical",
                          "status": "Available",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "maxDatabaseCount": 50,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 2
                              },
                              "sku": {
                                "capacity": 2,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 3
                              },
                              "sku": {
                                "capacity": 3,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 50,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 4
                              },
                              "sku": {
                                "capacity": 4,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 5
                              },
                              "sku": {
                                "capacity": 5,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 6
                              },
                              "sku": {
                                "capacity": 6,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 7
                              },
                              "sku": {
                                "capacity": 7,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 8
                              },
                              "sku": {
                                "capacity": 8,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 9
                              },
                              "sku": {
                                "capacity": 9,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 10
                              },
                              "sku": {
                                "capacity": 10,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1572864,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 12
                              },
                              "sku": {
                                "capacity": 12,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 14
                              },
                              "sku": {
                                "capacity": 14,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 16
                              },
                              "sku": {
                                "capacity": 16,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 18
                              },
                              "sku": {
                                "capacity": 18,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 20
                              },
                              "sku": {
                                "capacity": 20,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen4",
                                "name": "BC_Gen4",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 3,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 7,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 9,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 3,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 7,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 9,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 24
                              },
                              "sku": {
                                "capacity": 24,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 32
                              },
                              "sku": {
                                "capacity": 32,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 32,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 40
                              },
                              "sku": {
                                "capacity": 40,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 32,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 40,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            },
                            {
                              "maxDatabaseCount": 100,
                              "performanceLevel": {
                                "unit": "VCores",
                                "value": 80
                              },
                              "sku": {
                                "capacity": 80,
                                "family": "Gen5",
                                "name": "BC_Gen5",
                                "tier": "BusinessCritical"
                              },
                              "status": "Available",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedMaxSizes": [
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "logSize": {
                                    "limit": 30,
                                    "unit": "Percent"
                                  },
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "logSize": {
                                    "limit": 1048576,
                                    "unit": "Megabytes"
                                  },
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "supportedPerDatabaseMaxPerformanceLevels": [
                                {
                                  "limit": 0.25,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 0.5,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 1,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 2,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 4,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 6,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 8,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 10,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 12,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 14,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 16,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 18,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 20,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 24,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 32,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 40,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 48,
                                  "status": "Available",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 48,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                },
                                {
                                  "limit": 80,
                                  "status": "Default",
                                  "supportedPerDatabaseMinPerformanceLevels": [
                                    {
                                      "limit": 0,
                                      "status": "Default",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.25,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 0.5,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 1,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 2,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 4,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 6,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 8,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 10,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 12,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 14,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 16,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 18,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 20,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 24,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 32,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 40,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 48,
                                      "status": "Available",
                                      "unit": "VCores"
                                    },
                                    {
                                      "limit": 80,
                                      "status": "Available",
                                      "unit": "VCores"
                                    }
                                  ],
                                  "unit": "VCores"
                                }
                              ],
                              "supportedPerDatabaseMaxSizes": [
                                {
                                  "maxValue": {
                                    "limit": 31744,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 32768,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Default"
                                },
                                {
                                  "maxValue": {
                                    "limit": 3144704,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 33792,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                },
                                {
                                  "maxValue": {
                                    "limit": 4194304,
                                    "unit": "Megabytes"
                                  },
                                  "minValue": {
                                    "limit": 3145728,
                                    "unit": "Megabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 1024,
                                    "unit": "Megabytes"
                                  },
                                  "status": "Available"
                                }
                              ],
                              "zoneRedundant": false
                            }
                          ],
                          "zoneRedundant": false
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        }
      }
    }
  },
  "definitions": {
    "AutoPauseDelayTimeRange": {
      "description": "Supported auto pause delay time range",
      "properties": {
        "default": {
          "description": "Default value is no value is provided",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "doNotPauseValue": {
          "description": "Value that is used to not pause (infinite delay before pause)",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "maxValue": {
          "description": "Maximum value",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "minValue": {
          "description": "Minimum value",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "stepSize": {
          "description": "Step value for discrete values between the minimum value and the maximum value.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "unit": {
          "description": "Unit of time that delay is expressed in",
          "enum": [
            "Minutes"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "PauseDelayTimeUnit"
          }
        }
      },
      "type": "object"
    },
    "EditionCapability": {
      "description": "The edition capability.",
      "properties": {
        "name": {
          "description": "The database edition name.",
          "readOnly": true,
          "type": "string"
        },
        "readScale": {
          "$ref": "#/definitions/ReadScaleCapability",
          "description": "The read scale capability for the edition.",
          "readOnly": true
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedServiceLevelObjectives": {
          "description": "The list of supported service objectives for the edition.",
          "items": {
            "$ref": "#/definitions/ServiceObjectiveCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedStorageCapabilities": {
          "description": "The list of supported storage capabilities for this edition",
          "items": {
            "$ref": "#/definitions/StorageCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "zoneRedundant": {
          "description": "Whether or not zone redundancy is supported for the edition.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "ElasticPoolEditionCapability": {
      "description": "The elastic pool edition capability.",
      "properties": {
        "name": {
          "description": "The elastic pool edition name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedElasticPoolPerformanceLevels": {
          "description": "The list of supported elastic pool DTU levels for the edition.",
          "items": {
            "$ref": "#/definitions/ElasticPoolPerformanceLevelCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "zoneRedundant": {
          "description": "Whether or not zone redundancy is supported for the edition.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "ElasticPoolPerDatabaseMaxPerformanceLevelCapability": {
      "description": "The max per-database performance level capability.",
      "properties": {
        "limit": {
          "description": "The maximum performance level per database.",
          "format": "double",
          "readOnly": true,
          "type": "number"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedPerDatabaseMinPerformanceLevels": {
          "description": "The list of supported min database performance levels.",
          "items": {
            "$ref": "#/definitions/ElasticPoolPerDatabaseMinPerformanceLevelCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "unit": {
          "description": "Unit type used to measure performance level.",
          "enum": [
            "DTU",
            "VCores"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "PerformanceLevelUnit"
          }
        }
      },
      "type": "object"
    },
    "ElasticPoolPerDatabaseMinPerformanceLevelCapability": {
      "description": "The minimum per-database performance level capability.",
      "properties": {
        "limit": {
          "description": "The minimum performance level per database.",
          "format": "double",
          "readOnly": true,
          "type": "number"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "unit": {
          "description": "Unit type used to measure performance level.",
          "enum": [
            "DTU",
            "VCores"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "PerformanceLevelUnit"
          }
        }
      },
      "type": "object"
    },
    "ElasticPoolPerformanceLevelCapability": {
      "description": "The Elastic Pool performance level capability.",
      "properties": {
        "includedMaxSize": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "The included (free) max size for this performance level.",
          "readOnly": true
        },
        "maxDatabaseCount": {
          "description": "The maximum number of databases supported.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "performanceLevel": {
          "$ref": "#/definitions/PerformanceLevelCapability",
          "description": "The performance level for the pool.",
          "readOnly": true
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "sku": {
          "description": "An ARM Resource SKU.",
          "properties": {
            "capacity": {
              "description": "Capacity of the particular SKU.",
              "format": "int32",
              "type": "integer"
            },
            "family": {
              "description": "If the service has different generations of hardware, for the same SKU, then that can be captured here.",
              "type": "string"
            },
            "name": {
              "description": "The name of the SKU, typically, a letter + Number code, e.g. P3.",
              "type": "string"
            },
            "size": {
              "description": "Size of the particular SKU",
              "type": "string"
            },
            "tier": {
              "description": "The tier or edition of the particular SKU, e.g. Basic, Premium.",
              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedLicenseTypes": {
          "description": "List of supported license types.",
          "items": {
            "$ref": "#/definitions/LicenseTypeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedMaxSizes": {
          "description": "The list of supported max sizes.",
          "items": {
            "$ref": "#/definitions/MaxSizeRangeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedPerDatabaseMaxPerformanceLevels": {
          "description": "The list of supported per database max performance levels.",
          "items": {
            "$ref": "#/definitions/ElasticPoolPerDatabaseMaxPerformanceLevelCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedPerDatabaseMaxSizes": {
          "description": "The list of supported per database max sizes.",
          "items": {
            "$ref": "#/definitions/MaxSizeRangeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "zoneRedundant": {
          "description": "Whether or not zone redundancy is supported for the performance level.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "InstancePoolEditionCapability": {
      "description": "The instance pool capability",
      "properties": {
        "name": {
          "description": "The instance pool version name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedFamilies": {
          "description": "The supported families.",
          "items": {
            "$ref": "#/definitions/InstancePoolFamilyCapability"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "InstancePoolFamilyCapability": {
      "description": "The instance pool family capability.",
      "properties": {
        "name": {
          "description": "Family name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedLicenseTypes": {
          "description": "List of supported license types.",
          "items": {
            "$ref": "#/definitions/LicenseTypeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedVcoresValues": {
          "description": "List of supported virtual cores values.",
          "items": {
            "$ref": "#/definitions/InstancePoolVcoresCapability"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "InstancePoolVcoresCapability": {
      "description": "The managed instance virtual cores capability.",
      "properties": {
        "name": {
          "description": "The virtual cores identifier.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "storageLimit": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "Storage limit.",
          "readOnly": true
        },
        "value": {
          "description": "The virtual cores value.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object"
    },
    "LicenseTypeCapability": {
      "description": "The license type capability",
      "properties": {
        "name": {
          "description": "License type identifier.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        }
      },
      "type": "object"
    },
    "LocationCapabilities": {
      "description": "The location capability.",
      "properties": {
        "name": {
          "description": "The location name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedManagedInstanceVersions": {
          "description": "The list of supported managed instance versions.",
          "items": {
            "$ref": "#/definitions/ManagedInstanceVersionCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedServerVersions": {
          "description": "The list of supported server versions.",
          "items": {
            "$ref": "#/definitions/ServerVersionCapability"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "LogSizeCapability": {
      "description": "The log size capability.",
      "properties": {
        "limit": {
          "description": "The log size limit (see 'unit' for the units).",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "unit": {
          "description": "The units that the limit is expressed in.",
          "enum": [
            "Megabytes",
            "Gigabytes",
            "Terabytes",
            "Petabytes",
            "Percent"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "LogSizeUnit"
          }
        }
      },
      "type": "object"
    },
    "ManagedInstanceEditionCapability": {
      "description": "The managed server capability",
      "properties": {
        "name": {
          "description": "The managed server version name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedFamilies": {
          "description": "The supported families.",
          "items": {
            "$ref": "#/definitions/ManagedInstanceFamilyCapability"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "ManagedInstanceFamilyCapability": {
      "description": "The managed server family capability.",
      "properties": {
        "name": {
          "description": "Family name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "sku": {
          "description": "SKU name.",
          "readOnly": true,
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedLicenseTypes": {
          "description": "List of supported license types.",
          "items": {
            "$ref": "#/definitions/LicenseTypeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedVcoresValues": {
          "description": "List of supported virtual cores values.",
          "items": {
            "$ref": "#/definitions/ManagedInstanceVcoresCapability"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "ManagedInstanceVcoresCapability": {
      "description": "The managed instance virtual cores capability.",
      "properties": {
        "includedMaxSize": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "Included size.",
          "readOnly": true
        },
        "instancePoolSupported": {
          "description": "True if this service objective is supported for managed instances in an instance pool.",
          "readOnly": true,
          "type": "boolean"
        },
        "name": {
          "description": "The virtual cores identifier.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "standaloneSupported": {
          "description": "True if this service objective is supported for standalone managed instances.",
          "readOnly": true,
          "type": "boolean"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedStorageSizes": {
          "description": "Storage size ranges.",
          "items": {
            "$ref": "#/definitions/MaxSizeRangeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "value": {
          "description": "The virtual cores value.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object"
    },
    "ManagedInstanceVersionCapability": {
      "description": "The managed instance capability",
      "properties": {
        "name": {
          "description": "The server version name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedEditions": {
          "description": "The list of supported managed instance editions.",
          "items": {
            "$ref": "#/definitions/ManagedInstanceEditionCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedInstancePoolEditions": {
          "description": "The list of supported instance pool editions.",
          "items": {
            "$ref": "#/definitions/InstancePoolEditionCapability"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "MaxSizeCapability": {
      "description": "The maximum size capability.",
      "properties": {
        "limit": {
          "description": "The maximum size limit (see 'unit' for the units).",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "unit": {
          "description": "The units that the limit is expressed in.",
          "enum": [
            "Megabytes",
            "Gigabytes",
            "Terabytes",
            "Petabytes"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "MaxSizeUnit"
          }
        }
      },
      "type": "object"
    },
    "MaxSizeRangeCapability": {
      "description": "The maximum size range capability.",
      "properties": {
        "logSize": {
          "$ref": "#/definitions/LogSizeCapability",
          "description": "Size of transaction log.",
          "readOnly": true
        },
        "maxValue": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "Maximum value.",
          "readOnly": true
        },
        "minValue": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "Minimum value.",
          "readOnly": true
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "scaleSize": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "Scale/step size for discrete values between the minimum value and the maximum value.",
          "readOnly": true
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        }
      },
      "type": "object"
    },
    "MinCapacityCapability": {
      "description": "The min capacity capability",
      "properties": {
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "value": {
          "description": "Min capacity value",
          "format": "double",
          "readOnly": true,
          "type": "number"
        }
      },
      "type": "object"
    },
    "PerformanceLevelCapability": {
      "description": "The performance level capability.",
      "properties": {
        "unit": {
          "description": "Unit type used to measure performance level.",
          "enum": [
            "DTU",
            "VCores"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "PerformanceLevelUnit"
          }
        },
        "value": {
          "description": "Performance level value.",
          "format": "double",
          "readOnly": true,
          "type": "number"
        }
      },
      "type": "object"
    },
    "ReadScaleCapability": {
      "description": "The read scale capability.",
      "properties": {
        "maxNumberOfReplicas": {
          "description": "The maximum number of read scale replicas.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        }
      },
      "type": "object"
    },
    "ServerVersionCapability": {
      "description": "The server capability",
      "properties": {
        "name": {
          "description": "The server version name.",
          "readOnly": true,
          "type": "string"
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedEditions": {
          "description": "The list of supported database editions.",
          "items": {
            "$ref": "#/definitions/EditionCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedElasticPoolEditions": {
          "description": "The list of supported elastic pool editions.",
          "items": {
            "$ref": "#/definitions/ElasticPoolEditionCapability"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "ServiceObjectiveCapability": {
      "description": "The service objectives capability.",
      "properties": {
        "computeModel": {
          "description": "The compute model",
          "readOnly": true,
          "type": "string"
        },
        "id": {
          "description": "The unique ID of the service objective.",
          "format": "uuid",
          "readOnly": true,
          "type": "string"
        },
        "includedMaxSize": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "The included (free) max size.",
          "readOnly": true
        },
        "name": {
          "description": "The service objective name.",
          "readOnly": true,
          "type": "string"
        },
        "performanceLevel": {
          "$ref": "#/definitions/PerformanceLevelCapability",
          "description": "The performance level.",
          "readOnly": true
        },
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "sku": {
          "description": "An ARM Resource SKU.",
          "properties": {
            "capacity": {
              "description": "Capacity of the particular SKU.",
              "format": "int32",
              "type": "integer"
            },
            "family": {
              "description": "If the service has different generations of hardware, for the same SKU, then that can be captured here.",
              "type": "string"
            },
            "name": {
              "description": "The name of the SKU, typically, a letter + Number code, e.g. P3.",
              "type": "string"
            },
            "size": {
              "description": "Size of the particular SKU",
              "type": "string"
            },
            "tier": {
              "description": "The tier or edition of the particular SKU, e.g. Basic, Premium.",
              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "supportedAutoPauseDelay": {
          "$ref": "#/definitions/AutoPauseDelayTimeRange",
          "description": "Supported time range for auto pause delay",
          "readOnly": true
        },
        "supportedLicenseTypes": {
          "description": "List of supported license types.",
          "items": {
            "$ref": "#/definitions/LicenseTypeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedMaxSizes": {
          "description": "The list of supported maximum database sizes.",
          "items": {
            "$ref": "#/definitions/MaxSizeRangeCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "supportedMinCapacities": {
          "description": "List of supported min capacities",
          "items": {
            "$ref": "#/definitions/MinCapacityCapability"
          },
          "readOnly": true,
          "type": "array"
        },
        "zoneRedundant": {
          "description": "Whether or not zone redundancy is supported for the service objective.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "StorageCapability": {
      "description": "The storage account type capability.",
      "properties": {
        "reason": {
          "description": "The reason for the capability not being available.",
          "type": "string"
        },
        "status": {
          "description": "The status of the capability.",
          "enum": [
            "Visible",
            "Available",
            "Default",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "CapabilityStatus"
          }
        },
        "storageAccountType": {
          "description": "The storage account type for the database's backups.",
          "enum": [
            "GRS",
            "LRS",
            "ZRS"
          ],
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}