SqlManagementClient icon

SqlManagementClient

The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases

COMMUNITYBEARER0 INSTALLS
OpenAPI Specificationv3.0
{
  "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": "2017-10-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/2017-10-01-preview/capabilities.json",
        "version": "2.0"
      }
    ],
    "x-preferred": true,
    "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"
            ],
            "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 SubscriptionNotFound - The requested subscription was not found.\n\n * 400 InvalidLocation - An invalid location was specified."
          }
        },
        "tags": [
          "LocationCapabilities"
        ],
        "x-ms-examples": {
          "Get location capabilities": {
            "parameters": {
              "api-version": "2017-10-01-preview",
              "locationName": "northeurope",
              "subscriptionId": "00000000-1111-2222-3333-444444444444"
            },
            "responses": {
              "200": {
                "body": {
                  "name": "North Europe",
                  "status": "Available",
                  "supportedManagedInstanceVersions": [
                    {
                      "name": "12.0",
                      "status": "Default",
                      "supportedEditions": [
                        {
                          "name": "GeneralPurpose",
                          "status": "Default",
                          "supportedFamilies": [
                            {
                              "includedMaxSize": {
                                "limit": 32,
                                "unit": "Gigabytes"
                              },
                              "name": "Gen4",
                              "sku": "GP_Gen4",
                              "status": "Default",
                              "supportedLicenseTypes": [
                                {
                                  "name": "LicenseIncluded",
                                  "status": "Default"
                                },
                                {
                                  "name": "BasePrice",
                                  "status": "Available"
                                }
                              ],
                              "supportedStorageSizes": [
                                {
                                  "maxValue": {
                                    "limit": 8,
                                    "unit": "Terabytes"
                                  },
                                  "minValue": {
                                    "limit": 32,
                                    "unit": "Gigabytes"
                                  },
                                  "scaleSize": {
                                    "limit": 32,
                                    "unit": "Gigabytes"
                                  },
                                  "status": "Default"
                                }
                              ],
                              "supportedVcoresValues": [
                                {
                                  "status": "Available",
                                  "value": 8
                                },
                                {
                                  "status": "Default",
                                  "value": 16
                                },
                                {
                                  "status": "Available",
                                  "value": 24
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "name": "BusinessCritical",
                          "status": "Available",
                          "supportedFamilies": []
                        }
                      ]
                    }
                  ],
                  "supportedServerVersions": [
                    {
                      "name": "12.0",
                      "status": "Default",
                      "supportedEditions": [
                        {
                          "name": "System",
                          "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",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "29dd7459-4a7c-4e56-be22-f0adda49440d",
                              "name": "System0",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "c99ac918-dbea-463f-a475-16ec020fdc12",
                              "name": "System1",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "620323bf-2879-4807-b30d-c2e6d7b3b3aa",
                              "name": "System2",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "33d0db1f-6893-4210-99f9-463fb9b496a4",
                              "name": "System3",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "da24338c-a6c9-46c2-a4bf-4ac95b496ae4",
                              "name": "System4",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "53f7fa1b-b0d0-43d6-bc29-c5f059fb36e9",
                              "name": "System2L",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "e79cd55c-689f-48d9-bffa-0dd12c772248",
                              "name": "System3L",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "4b37bb6d-e004-47ac-8f7a-be56ac9fb490",
                              "name": "System4L",
                              "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
                        },
                        {
                          "name": "Free",
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "6aa3bb3e-7f50-40d6-95ef-5497c30d99d8",
                              "includedMaxSize": {
                                "limit": 32,
                                "unit": "Megabytes"
                              },
                              "name": "Free",
                              "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
                        },
                        {
                          "name": "Basic",
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c",
                              "includedMaxSize": {
                                "limit": 2,
                                "unit": "Gigabytes"
                              },
                              "name": "Basic",
                              "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
                        },
                        {
                          "name": "Standard",
                          "status": "Default",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "f1173c43-91bd-4aaa-973c-54e79e15235b",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S0",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "1b1ebd4d-d903-4baa-97f9-4ea675f5e928",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S1",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "455330e1-00cd-488b-b5fa-177c226f28b7",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S2",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "789681b8-ca10-4eb0-bdf2-e0b050601b40",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S3",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "3cf14e1a-0a5d-408c-bbc7-f63c5282f735",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S4",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "ab69b4e3-d7cc-4aa5-87a6-f8b50615a03c",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S6",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "b6ca0894-d2f0-4e40-99f5-0f8a93cc2437",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S7",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "0efa88e9-99ff-4e36-a148-8c4b20c0826c",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S9",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "98100e8b-2f8a-4a81-9eb5-4d1e675c5a29",
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "name": "S12",
                              "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
                        },
                        {
                          "name": "Premium",
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "7203483a-c4fb-4304-9e9f-17c71c904f5d",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P1",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P2",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "afe1eee1-1f12-4e5f-9ad6-2de9c12cb4dc",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P4",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "43940481-9191-475a-9dba-6b505615b9aa",
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "name": "P6",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "dd00d544-bbc0-4f61-ba60-cdce0c410288",
                              "includedMaxSize": {
                                "limit": 4,
                                "unit": "Terabytes"
                              },
                              "name": "P11",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "5bc86cca-9a96-4a94-90ef-bbdfcfbf2d71",
                              "includedMaxSize": {
                                "limit": 4,
                                "unit": "Terabytes"
                              },
                              "name": "P15",
                              "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
                        },
                        {
                          "name": "DataWarehouse",
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "4e63cb0e-91b9-46fd-b05c-51fdd2367618",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW100",
                              "sku": {
                                "capacity": 750,
                                "name": "DataWarehouse",
                                "tier": "DataWarehouse"
                              },
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "99e78a92-d724-4e1b-857b-2be661f3d153",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW200",
                              "sku": {
                                "capacity": 1500,
                                "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"
                                }
                              ]
                            },
                            {
                              "id": "284f1aff-fee7-4d3b-a211-5b8ebdd28fea",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW300",
                              "sku": {
                                "capacity": 2250,
                                "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"
                                }
                              ]
                            },
                            {
                              "id": "3bdaeefe-8a9d-41d3-91c4-46ef896b19af",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW400",
                              "sku": {
                                "capacity": 3000,
                                "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"
                                }
                              ]
                            },
                            {
                              "id": "5f759b78-8ec0-4dfb-97cc-c1455a3b5b4d",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW500",
                              "sku": {
                                "capacity": 3750,
                                "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"
                                }
                              ]
                            },
                            {
                              "id": "efd65c5b-af7b-4389-9109-f6a69d6a3885",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW600",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "b89b9c6a-4ec2-4eb8-99db-6d2807e6aabb",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW1000",
                              "sku": {
                                "capacity": 7500,
                                "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"
                                }
                              ]
                            },
                            {
                              "id": "9a7a374e-b95c-4fd5-a68e-131d60796c47",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW1200",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "6b6d6207-2c78-48e2-8549-ae2cdc62f634",
                              "name": "DW1000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 9000,
                                "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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "b930f58e-86b5-43e0-a2da-d8bf8769c557",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW1500",
                              "sku": {
                                "capacity": 11250,
                                "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"
                                }
                              ]
                            },
                            {
                              "id": "64dec603-ff44-4497-b77f-d4dcbc013e20",
                              "name": "DW1500c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 13500,
                                "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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "99165ede-a5ab-4b52-b317-e391d92ec370",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW2000",
                              "sku": {
                                "capacity": 15000,
                                "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"
                                }
                              ]
                            },
                            {
                              "id": "32084fd6-8bc7-4d72-9aeb-9e5954f28779",
                              "name": "DW2000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 18000,
                                "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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "8e28c923-5cf2-43cb-bd25-28c8c69b30ff",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW3000",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "ea58fa6b-4504-4a59-8a8b-278a60f04fd3",
                              "name": "DW2500c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 22500,
                                "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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "15e8ff68-3583-42da-9c2e-a29d08bba253",
                              "name": "DW3000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 27000,
                                "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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "ee1df062-4f3c-42ad-91bf-58b2a7c351e4",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DW6000",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "bcf5eb94-46c3-40c3-b701-c5c189300a79",
                              "name": "DW5000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 45000,
                                "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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "8bf62e3f-72a3-4d03-9838-8cc5e2115a07",
                              "name": "DW6000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                              "sku": {
                                "capacity": 54000,
                                "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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "c3e07aba-7c88-4fdb-a9ee-ccc6705e2002",
                              "name": "DW7500c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "36ec908d-7322-4ba6-91c2-f2012eb4f32e",
                              "name": "DW10000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "5199131b-d29a-49fd-91e6-a8bdd789659f",
                              "name": "DW15000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            },
                            {
                              "id": "df4771c8-dd92-4795-b9eb-01cbb35a8cdc",
                              "name": "DW30000c",
                              "reason": "Certain regions do not support Data Warehouse provisioning or scaling to DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level 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 DW Compute SLOs. Please either try a different performance level or choose another region. For more information, please contact Microsoft support.",
                                  "scaleSize": {
                                    "limit": 0,
                                    "unit": "Terabytes"
                                  },
                                  "status": "Visible"
                                }
                              ]
                            }
                          ],
                          "zoneRedundant": false
                        },
                        {
                          "name": "Stretch",
                          "status": "Available",
                          "supportedServiceLevelObjectives": [
                            {
                              "id": "9cfc850f-d57f-4760-b5a6-bb640d268bf0",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS100",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "053407ef-f01c-46f4-b829-96e01a14f449",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS200",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "013a9e10-cafc-45a8-8fcf-93095655d2ce",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS300",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "79f61db4-8c10-46ba-a93a-d7d02dddd61c",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS400",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "44eaac33-df00-4ef4-a2bb-f7ff87899eea",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS500",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "f8e0f3a6-888b-459c-a9dd-d74d8b2b0e72",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS600",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "b9ed8f51-a414-42dc-8348-e4a1de25e12b",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS1000",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "07479569-6d70-47a5-8db6-0af55d34f2c1",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS1200",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "2d79baec-2879-46d5-9f5d-fb70eb004c4e",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS1500",
                              "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"
                                }
                              ]
                            },
                            {
                              "id": "7fb5389f-6d15-4e0b-9540-fe5ecdfdbeee",
                              "includedMaxSize": {
                                "limit": 240,
                                "unit": "Terabytes"
                              },
                              "name": "DS2000",
                              "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
                        }
                      ],
                      "supportedElasticPoolEditions": [
                        {
                          "name": "Standard",
                          "status": "Default",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "includedMaxSize": {
                                "limit": 50,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 100,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 200,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 200,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 300,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 400,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 800,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1200,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1600,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 2000,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 2500,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 3000,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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
                        },
                        {
                          "name": "Premium",
                          "status": "Available",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "includedMaxSize": {
                                "limit": 250,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 50,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 500,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 750,
                                "unit": "Gigabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ],
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ],
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ],
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ],
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 1,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ],
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 4,
                                "unit": "Terabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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
                        },
                        {
                          "name": "Basic",
                          "status": "Available",
                          "supportedElasticPoolPerformanceLevels": [
                            {
                              "includedMaxSize": {
                                "limit": 5000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 100,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 10000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 200,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 20000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 30000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 40000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 80000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 120000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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"
                                }
                              ]
                            },
                            {
                              "includedMaxSize": {
                                "limit": 160000,
                                "unit": "Megabytes"
                              },
                              "maxDatabaseCount": 500,
                              "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
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        }
      }
    }
  },
  "definitions": {
    "EditionCapability": {
      "description": "The edition capability.",
      "properties": {
        "name": {
          "description": "The database 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"
          }
        },
        "supportedServiceLevelObjectives": {
          "description": "The list of supported service objectives for the edition.",
          "items": {
            "$ref": "#/definitions/ServiceObjectiveCapability"
          },
          "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"
        }
      },
      "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": {
        "includedMaxSize": {
          "$ref": "#/definitions/MaxSizeCapability",
          "description": "Included size.",
          "readOnly": true
        },
        "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"
        },
        "supportedStorageSizes": {
          "description": "Storage size ranges.",
          "items": {
            "$ref": "#/definitions/MaxSizeRangeCapability"
          },
          "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": {
        "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"
          }
        },
        "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"
        }
      },
      "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"
    },
    "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"
    },
    "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": {
        "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"
          }
        },
        "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"
        }
      },
      "type": "object"
    }
  }
}