次の方法で共有


Capabilities By Server - List

Lists the capabilities available for a given server.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/capabilities?api-version=2025-08-01

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

minLength: 1
maxLength: 90

The name of the resource group. The name is case insensitive.

serverName
path True

string

minLength: 3
maxLength: 63
pattern: ^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*

The name of the server.

subscriptionId
path True

string (uuid)

The ID of the target subscription. The value must be an UUID.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

CapabilityList

OK.

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Microsoft Entra OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List the capabilities available for a given server.

Sample request

GET https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/exampleresourcegroup/providers/Microsoft.DBforPostgreSQL/flexibleServers/exampleserver/capabilities?api-version=2025-08-01

Sample response

{
  "value": [
    {
      "name": "FlexibleServerCapabilities",
      "supportedServerEditions": [
        {
          "supportedServerSkus": [
            {
              "supportedFeatures": [],
              "name": "Standard_B1ms",
              "vCores": 1,
              "supportedIops": 640,
              "supportedMemoryPerVcoreMb": 2048,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_B2s",
              "vCores": 2,
              "supportedIops": 1280,
              "supportedMemoryPerVcoreMb": 2048,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_B2ms",
              "vCores": 2,
              "supportedIops": 1920,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_B4ms",
              "vCores": 4,
              "supportedIops": 2880,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_B8ms",
              "vCores": 8,
              "supportedIops": 4320,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_B12ms",
              "vCores": 12,
              "supportedIops": 4320,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_B16ms",
              "vCores": 16,
              "supportedIops": 4320,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_B20ms",
              "vCores": 20,
              "supportedIops": 4320,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            }
          ],
          "name": "Burstable",
          "defaultSkuName": "Standard_B1ms",
          "supportedStorageEditions": [
            {
              "name": "ManagedDisk",
              "defaultStorageSizeMb": 32768,
              "supportedStorageMb": [
                {
                  "supportedIops": 120,
                  "storageSizeMb": 32768,
                  "defaultIopsTier": "P4",
                  "supportedIopsTiers": [
                    {
                      "name": "P4",
                      "iops": 120
                    },
                    {
                      "name": "P6",
                      "iops": 240
                    },
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 240,
                  "storageSizeMb": 65536,
                  "defaultIopsTier": "P6",
                  "supportedIopsTiers": [
                    {
                      "name": "P6",
                      "iops": 240
                    },
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 500,
                  "storageSizeMb": 131072,
                  "defaultIopsTier": "P10",
                  "supportedIopsTiers": [
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 1100,
                  "storageSizeMb": 262144,
                  "defaultIopsTier": "P15",
                  "supportedIopsTiers": [
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 2300,
                  "storageSizeMb": 524288,
                  "defaultIopsTier": "P20",
                  "supportedIopsTiers": [
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 5000,
                  "storageSizeMb": 1048576,
                  "defaultIopsTier": "P30",
                  "supportedIopsTiers": [
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 2097152,
                  "defaultIopsTier": "P40",
                  "supportedIopsTiers": [
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 4193280,
                  "defaultIopsTier": "P50",
                  "supportedIopsTiers": [
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 4194304,
                  "defaultIopsTier": "P50",
                  "supportedIopsTiers": [
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 16000,
                  "storageSizeMb": 8388608,
                  "defaultIopsTier": "P60",
                  "supportedIopsTiers": [
                    {
                      "name": "P60",
                      "iops": 16000
                    },
                    {
                      "name": "P70",
                      "iops": 18000
                    },
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                },
                {
                  "supportedIops": 18000,
                  "storageSizeMb": 16777216,
                  "defaultIopsTier": "P70",
                  "supportedIopsTiers": [
                    {
                      "name": "P70",
                      "iops": 18000
                    },
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                },
                {
                  "supportedIops": 20000,
                  "storageSizeMb": 33553408,
                  "defaultIopsTier": "P80",
                  "supportedIopsTiers": [
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                }
              ]
            },
            {
              "name": "ManagedDiskV2",
              "defaultStorageSizeMb": 32768,
              "supportedStorageMb": [
                {
                  "supportedIops": 3000,
                  "supportedMaximumIops": 80000,
                  "storageSizeMb": 32768,
                  "maximumStorageSizeMb": 67108864,
                  "supportedThroughput": 125,
                  "supportedMaximumThroughput": 1200,
                  "defaultIopsTier": "None",
                  "supportedIopsTiers": [
                    {
                      "name": "None",
                      "iops": 0
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "supportedServerSkus": [
            {
              "supportedFeatures": [],
              "name": "Standard_D2s_v3",
              "vCores": 2,
              "supportedIops": 3200,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D4ds_v5",
              "vCores": 4,
              "supportedIops": 6400,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D8s_v3",
              "vCores": 8,
              "supportedIops": 12800,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D16s_v3",
              "vCores": 16,
              "supportedIops": 25600,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D32s_v3",
              "vCores": 32,
              "supportedIops": 51200,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D48s_v3",
              "vCores": 48,
              "supportedIops": 76800,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D64s_v3",
              "vCores": 64,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D2ds_v4",
              "vCores": 2,
              "supportedIops": 3200,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D4ds_v4",
              "vCores": 4,
              "supportedIops": 6400,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D8ds_v4",
              "vCores": 8,
              "supportedIops": 12800,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D16ds_v4",
              "vCores": 16,
              "supportedIops": 25600,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D32ds_v4",
              "vCores": 32,
              "supportedIops": 51200,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D48ds_v4",
              "vCores": 48,
              "supportedIops": 76800,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D64ds_v4",
              "vCores": 64,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D2ds_v5",
              "vCores": 2,
              "supportedIops": 3750,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D4ds_v5",
              "vCores": 4,
              "supportedIops": 6400,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D8ds_v5",
              "vCores": 8,
              "supportedIops": 12800,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D16ds_v5",
              "vCores": 16,
              "supportedIops": 25600,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D32ds_v5",
              "vCores": 32,
              "supportedIops": 51200,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D48ds_v5",
              "vCores": 48,
              "supportedIops": 76800,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D64ds_v5",
              "vCores": 64,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_D96ds_v5",
              "vCores": 96,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 4096,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            }
          ],
          "name": "GeneralPurpose",
          "defaultSkuName": "Standard_D4ds_v5",
          "supportedStorageEditions": [
            {
              "name": "ManagedDisk",
              "defaultStorageSizeMb": 65536,
              "supportedStorageMb": [
                {
                  "supportedIops": 120,
                  "storageSizeMb": 32768,
                  "defaultIopsTier": "P4",
                  "supportedIopsTiers": [
                    {
                      "name": "P4",
                      "iops": 120
                    },
                    {
                      "name": "P6",
                      "iops": 240
                    },
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 240,
                  "storageSizeMb": 65536,
                  "defaultIopsTier": "P6",
                  "supportedIopsTiers": [
                    {
                      "name": "P6",
                      "iops": 240
                    },
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 500,
                  "storageSizeMb": 131072,
                  "defaultIopsTier": "P10",
                  "supportedIopsTiers": [
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 1100,
                  "storageSizeMb": 262144,
                  "defaultIopsTier": "P15",
                  "supportedIopsTiers": [
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 2300,
                  "storageSizeMb": 524288,
                  "defaultIopsTier": "P20",
                  "supportedIopsTiers": [
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 5000,
                  "storageSizeMb": 1048576,
                  "defaultIopsTier": "P30",
                  "supportedIopsTiers": [
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 2097152,
                  "defaultIopsTier": "P40",
                  "supportedIopsTiers": [
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 4193280,
                  "defaultIopsTier": "P50",
                  "supportedIopsTiers": [
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 4194304,
                  "defaultIopsTier": "P50",
                  "supportedIopsTiers": [
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 16000,
                  "storageSizeMb": 8388608,
                  "defaultIopsTier": "P60",
                  "supportedIopsTiers": [
                    {
                      "name": "P60",
                      "iops": 16000
                    },
                    {
                      "name": "P70",
                      "iops": 18000
                    },
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                },
                {
                  "supportedIops": 18000,
                  "storageSizeMb": 16777216,
                  "defaultIopsTier": "P70",
                  "supportedIopsTiers": [
                    {
                      "name": "P70",
                      "iops": 18000
                    },
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                },
                {
                  "supportedIops": 20000,
                  "storageSizeMb": 33553408,
                  "defaultIopsTier": "P80",
                  "supportedIopsTiers": [
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                }
              ]
            },
            {
              "name": "ManagedDiskV2",
              "defaultStorageSizeMb": 65536,
              "supportedStorageMb": [
                {
                  "supportedIops": 3000,
                  "supportedMaximumIops": 80000,
                  "storageSizeMb": 32768,
                  "maximumStorageSizeMb": 67108864,
                  "supportedThroughput": 125,
                  "supportedMaximumThroughput": 1200,
                  "defaultIopsTier": "None",
                  "supportedIopsTiers": [
                    {
                      "name": "None",
                      "iops": 0
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "supportedServerSkus": [
            {
              "supportedFeatures": [],
              "name": "Standard_E2s_v3",
              "vCores": 2,
              "supportedIops": 3200,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E4s_v3",
              "vCores": 4,
              "supportedIops": 6400,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E8s_v3",
              "vCores": 8,
              "supportedIops": 12800,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E16s_v3",
              "vCores": 16,
              "supportedIops": 25600,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E32s_v3",
              "vCores": 32,
              "supportedIops": 32000,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E48s_v3",
              "vCores": 48,
              "supportedIops": 51200,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E64s_v3",
              "vCores": 64,
              "supportedIops": 76800,
              "supportedMemoryPerVcoreMb": 6912,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E2ds_v4",
              "vCores": 2,
              "supportedIops": 3200,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E4ds_v4",
              "vCores": 4,
              "supportedIops": 6400,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E8ds_v4",
              "vCores": 8,
              "supportedIops": 12800,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E16ds_v4",
              "vCores": 16,
              "supportedIops": 25600,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E20ds_v4",
              "vCores": 20,
              "supportedIops": 32000,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E32ds_v4",
              "vCores": 32,
              "supportedIops": 51200,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E48ds_v4",
              "vCores": 48,
              "supportedIops": 76800,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E64ds_v4",
              "vCores": 64,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 6912,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_M64",
              "vCores": 64,
              "supportedIops": 40000,
              "supportedMemoryPerVcoreMb": 16384,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_M128",
              "vCores": 128,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 16384,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E2ds_v5",
              "vCores": 2,
              "supportedIops": 3750,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E4ds_v5",
              "vCores": 4,
              "supportedIops": 6400,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E8ds_v5",
              "vCores": 8,
              "supportedIops": 12800,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E16ds_v5",
              "vCores": 16,
              "supportedIops": 25600,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E20ds_v5",
              "vCores": 20,
              "supportedIops": 32000,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E32ds_v5",
              "vCores": 32,
              "supportedIops": 51200,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E48ds_v5",
              "vCores": 48,
              "supportedIops": 76800,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E64ds_v5",
              "vCores": 64,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 8192,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            },
            {
              "supportedFeatures": [],
              "name": "Standard_E96ds_v5",
              "vCores": 96,
              "supportedIops": 80000,
              "supportedMemoryPerVcoreMb": 7168,
              "supportedZones": [
                "1",
                "2",
                "3"
              ],
              "supportedHaMode": [
                "SameZone",
                "ZoneRedundant"
              ]
            }
          ],
          "name": "MemoryOptimized",
          "defaultSkuName": "Standard_E4ds_v5",
          "supportedStorageEditions": [
            {
              "name": "ManagedDisk",
              "defaultStorageSizeMb": 131072,
              "supportedStorageMb": [
                {
                  "supportedIops": 120,
                  "storageSizeMb": 32768,
                  "defaultIopsTier": "P4",
                  "supportedIopsTiers": [
                    {
                      "name": "P4",
                      "iops": 120
                    },
                    {
                      "name": "P6",
                      "iops": 240
                    },
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 240,
                  "storageSizeMb": 65536,
                  "defaultIopsTier": "P6",
                  "supportedIopsTiers": [
                    {
                      "name": "P6",
                      "iops": 240
                    },
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 500,
                  "storageSizeMb": 131072,
                  "defaultIopsTier": "P10",
                  "supportedIopsTiers": [
                    {
                      "name": "P10",
                      "iops": 500
                    },
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 1100,
                  "storageSizeMb": 262144,
                  "defaultIopsTier": "P15",
                  "supportedIopsTiers": [
                    {
                      "name": "P15",
                      "iops": 1100
                    },
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 2300,
                  "storageSizeMb": 524288,
                  "defaultIopsTier": "P20",
                  "supportedIopsTiers": [
                    {
                      "name": "P20",
                      "iops": 2300
                    },
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 5000,
                  "storageSizeMb": 1048576,
                  "defaultIopsTier": "P30",
                  "supportedIopsTiers": [
                    {
                      "name": "P30",
                      "iops": 5000
                    },
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 2097152,
                  "defaultIopsTier": "P40",
                  "supportedIopsTiers": [
                    {
                      "name": "P40",
                      "iops": 7500
                    },
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 4193280,
                  "defaultIopsTier": "P50",
                  "supportedIopsTiers": [
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 7500,
                  "storageSizeMb": 4194304,
                  "defaultIopsTier": "P50",
                  "supportedIopsTiers": [
                    {
                      "name": "P50",
                      "iops": 7500
                    }
                  ]
                },
                {
                  "supportedIops": 16000,
                  "storageSizeMb": 8388608,
                  "defaultIopsTier": "P60",
                  "supportedIopsTiers": [
                    {
                      "name": "P60",
                      "iops": 16000
                    },
                    {
                      "name": "P70",
                      "iops": 18000
                    },
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                },
                {
                  "supportedIops": 18000,
                  "storageSizeMb": 16777216,
                  "defaultIopsTier": "P70",
                  "supportedIopsTiers": [
                    {
                      "name": "P70",
                      "iops": 18000
                    },
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                },
                {
                  "supportedIops": 20000,
                  "storageSizeMb": 33553408,
                  "defaultIopsTier": "P80",
                  "supportedIopsTiers": [
                    {
                      "name": "P80",
                      "iops": 20000
                    }
                  ]
                }
              ]
            },
            {
              "name": "ManagedDiskV2",
              "defaultStorageSizeMb": 131072,
              "supportedStorageMb": [
                {
                  "supportedIops": 3000,
                  "supportedMaximumIops": 80000,
                  "storageSizeMb": 32768,
                  "maximumStorageSizeMb": 67108864,
                  "supportedThroughput": 125,
                  "supportedMaximumThroughput": 1200,
                  "defaultIopsTier": "None",
                  "supportedIopsTiers": [
                    {
                      "name": "None",
                      "iops": 0
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "supportedServerVersions": [
        {
          "supportedFeatures": [],
          "name": "11",
          "supportedVersionsToUpgrade": [
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18"
          ]
        },
        {
          "supportedFeatures": [],
          "name": "12",
          "supportedVersionsToUpgrade": [
            "13",
            "14",
            "15",
            "16",
            "17",
            "18"
          ]
        },
        {
          "supportedFeatures": [],
          "name": "13",
          "supportedVersionsToUpgrade": [
            "14",
            "15",
            "16",
            "17",
            "18"
          ]
        },
        {
          "supportedFeatures": [],
          "name": "14",
          "supportedVersionsToUpgrade": [
            "15",
            "16",
            "17",
            "18"
          ]
        },
        {
          "supportedFeatures": [],
          "name": "15",
          "supportedVersionsToUpgrade": [
            "16",
            "17",
            "18"
          ]
        },
        {
          "supportedFeatures": [],
          "name": "16",
          "supportedVersionsToUpgrade": [
            "17",
            "18"
          ]
        },
        {
          "supportedFeatures": [],
          "name": "17",
          "supportedVersionsToUpgrade": [
            "18"
          ]
        },
        {
          "supportedFeatures": [],
          "name": "18",
          "supportedVersionsToUpgrade": []
        }
      ],
      "supportedFastProvisioningEditions": [
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b1ms",
          "supportedStorageGb": 32,
          "supportedServerVersions": "12",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b2s",
          "supportedStorageGb": 32,
          "supportedServerVersions": "12",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2s_v3",
          "supportedStorageGb": 128,
          "supportedServerVersions": "12",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2ds_v4",
          "supportedStorageGb": 128,
          "supportedServerVersions": "12",
          "serverCount": 0
        },
        {
          "supportedTier": "MemoryOptimized",
          "supportedSku": "standard_e2ds_v4",
          "supportedStorageGb": 512,
          "supportedServerVersions": "12",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b1ms",
          "supportedStorageGb": 32,
          "supportedServerVersions": "13",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b2s",
          "supportedStorageGb": 32,
          "supportedServerVersions": "13",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2s_v3",
          "supportedStorageGb": 128,
          "supportedServerVersions": "13",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2ds_v4",
          "supportedStorageGb": 128,
          "supportedServerVersions": "13",
          "serverCount": 0
        },
        {
          "supportedTier": "MemoryOptimized",
          "supportedSku": "standard_e2ds_v4",
          "supportedStorageGb": 512,
          "supportedServerVersions": "13",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b1ms",
          "supportedStorageGb": 32,
          "supportedServerVersions": "14",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b2s",
          "supportedStorageGb": 32,
          "supportedServerVersions": "14",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2s_v3",
          "supportedStorageGb": 128,
          "supportedServerVersions": "14",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2ds_v4",
          "supportedStorageGb": 128,
          "supportedServerVersions": "14",
          "serverCount": 0
        },
        {
          "supportedTier": "MemoryOptimized",
          "supportedSku": "standard_e2ds_v4",
          "supportedStorageGb": 512,
          "supportedServerVersions": "14",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b1ms",
          "supportedStorageGb": 32,
          "supportedServerVersions": "15",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b2s",
          "supportedStorageGb": 32,
          "supportedServerVersions": "15",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2s_v3",
          "supportedStorageGb": 128,
          "supportedServerVersions": "15",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2ds_v4",
          "supportedStorageGb": 128,
          "supportedServerVersions": "15",
          "serverCount": 0
        },
        {
          "supportedTier": "MemoryOptimized",
          "supportedSku": "standard_e2ds_v4",
          "supportedStorageGb": 512,
          "supportedServerVersions": "15",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b1ms",
          "supportedStorageGb": 32,
          "supportedServerVersions": "16",
          "serverCount": 0
        },
        {
          "supportedTier": "Burstable",
          "supportedSku": "standard_b2s",
          "supportedStorageGb": 32,
          "supportedServerVersions": "16",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2s_v3",
          "supportedStorageGb": 128,
          "supportedServerVersions": "16",
          "serverCount": 0
        },
        {
          "supportedTier": "GeneralPurpose",
          "supportedSku": "standard_d2ds_v4",
          "supportedStorageGb": 128,
          "supportedServerVersions": "16",
          "serverCount": 0
        },
        {
          "supportedTier": "MemoryOptimized",
          "supportedSku": "standard_e2ds_v4",
          "supportedStorageGb": 512,
          "supportedServerVersions": "16",
          "serverCount": 0
        }
      ],
      "supportedFeatures": [
        {
          "name": "FastProvisioning",
          "status": "Enabled"
        },
        {
          "name": "ZoneRedundantHa",
          "status": "Enabled"
        },
        {
          "name": "GeoBackup",
          "status": "Enabled"
        },
        {
          "name": "ZoneRedundantHaAndGeoBackup",
          "status": "Enabled"
        },
        {
          "name": "StorageAutoGrowth",
          "status": "Enabled"
        },
        {
          "name": "OnlineResize",
          "status": "Enabled"
        },
        {
          "name": "OfferRestricted",
          "status": "Disabled"
        },
        {
          "name": "IndexTuning",
          "status": "Enabled"
        },
        {
          "name": "Clusters",
          "status": "Enabled"
        }
      ],
      "fastProvisioningSupported": "Enabled",
      "geoBackupSupported": "Enabled",
      "zoneRedundantHaSupported": "Enabled",
      "zoneRedundantHaAndGeoBackupSupported": "Enabled",
      "storageAutoGrowthSupported": "Enabled",
      "onlineResizeSupported": "Enabled",
      "restricted": "Disabled"
    }
  ]
}

Definitions

Name Description
Capability

Capability for the Azure Database for PostgreSQL flexible server.

CapabilityList

List of capabilities for the Azure Database for PostgreSQL flexible server.

CapabilityStatus

The status of the capability.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

FastProvisioningEditionCapability

Capability of a fast provisioning compute tier.

FastProvisioningSupport

Indicates if fast provisioning is supported. 'Enabled' means fast provisioning is supported. 'Disabled' stands for fast provisioning is not supported. Will be deprecated in the future. Look to Supported Features for 'FastProvisioning'.

FeatureStatus

Status of the feature. Indicates if the feature is enabled or not.

GeographicallyRedundantBackupSupport

Indicates if geographically redundant backups are supported in this location. 'Enabled' means geographically redundant backups are supported. 'Disabled' stands for geographically redundant backup is not supported. Will be deprecated in the future. Look to Supported Features for 'GeoBackup'.

HighAvailabilityMode

Modes of high availability supported for this compute.

LocationRestricted

Indicates if this location is restricted. 'Enabled' means location is restricted. 'Disabled' stands for location is not restricted. Will be deprecated in the future. Look to Supported Features for 'Restricted'.

OnlineStorageResizeSupport

Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription. 'Enabled' means resizing the storage without interrupting the operation of the database engine is supported. 'Disabled' means resizing the storage without interrupting the operation of the database engine is not supported. Will be deprecated in the future. Look to Supported Features for 'OnlineResize'.

ServerEditionCapability

Capabilities in terms of compute tier.

ServerSkuCapability

Capabilities in terms of compute.

ServerVersionCapability

Capabilities in terms of major versions of PostgreSQL database engine.

StorageAutoGrowthSupport

Indicates if storage autogrow is supported in this location. 'Enabled' means storage autogrow is supported. 'Disabled' stands for storage autogrow is not supported. Will be deprecated in the future. Look to Supported Features for 'StorageAutoGrowth'.

StorageEditionCapability

Capabilities in terms of storage tier.

StorageMbCapability

Storage size (in MB) capability.

StorageTierCapability

Capability of a storage tier.

SupportedFeature

Features supported.

ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport

Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location. 'Enabled' means high availability with zone redundancy is supported in conjunction with geographically redundant backups is supported. 'Disabled' stands for high availability with zone redundancy is supported in conjunction with geographically redundant backups is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHaAndGeoBackup'.

ZoneRedundantHighAvailabilitySupport

Indicates if high availability with zone redundancy is supported in this location. 'Enabled' means high availability with zone redundancy is supported. 'Disabled' stands for high availability with zone redundancy is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHa'.

Capability

Capability for the Azure Database for PostgreSQL flexible server.

Name Type Description
fastProvisioningSupported

FastProvisioningSupport

Indicates if fast provisioning is supported. 'Enabled' means fast provisioning is supported. 'Disabled' stands for fast provisioning is not supported. Will be deprecated in the future. Look to Supported Features for 'FastProvisioning'.

geoBackupSupported

GeographicallyRedundantBackupSupport

Indicates if geographically redundant backups are supported in this location. 'Enabled' means geographically redundant backups are supported. 'Disabled' stands for geographically redundant backup is not supported. Will be deprecated in the future. Look to Supported Features for 'GeoBackup'.

name

string

Name of flexible servers capabilities.

onlineResizeSupported

OnlineStorageResizeSupport

Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription. 'Enabled' means resizing the storage without interrupting the operation of the database engine is supported. 'Disabled' means resizing the storage without interrupting the operation of the database engine is not supported. Will be deprecated in the future. Look to Supported Features for 'OnlineResize'.

reason

string

The reason for the capability not being available.

restricted

LocationRestricted

Indicates if this location is restricted. 'Enabled' means location is restricted. 'Disabled' stands for location is not restricted. Will be deprecated in the future. Look to Supported Features for 'Restricted'.

status

CapabilityStatus

The status of the capability.

storageAutoGrowthSupported

StorageAutoGrowthSupport

Indicates if storage autogrow is supported in this location. 'Enabled' means storage autogrow is supported. 'Disabled' stands for storage autogrow is not supported. Will be deprecated in the future. Look to Supported Features for 'StorageAutoGrowth'.

supportedFastProvisioningEditions

FastProvisioningEditionCapability[]

List of compute tiers supporting fast provisioning.

supportedFeatures

SupportedFeature[]

Features supported.

supportedServerEditions

ServerEditionCapability[]

List of supported compute tiers.

supportedServerVersions

ServerVersionCapability[]

List of supported major versions of PostgreSQL database engine.

zoneRedundantHaAndGeoBackupSupported

ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport

Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location. 'Enabled' means high availability with zone redundancy is supported in conjunction with geographically redundant backups is supported. 'Disabled' stands for high availability with zone redundancy is supported in conjunction with geographically redundant backups is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHaAndGeoBackup'.

zoneRedundantHaSupported

ZoneRedundantHighAvailabilitySupport

Indicates if high availability with zone redundancy is supported in this location. 'Enabled' means high availability with zone redundancy is supported. 'Disabled' stands for high availability with zone redundancy is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHa'.

CapabilityList

List of capabilities for the Azure Database for PostgreSQL flexible server.

Name Type Description
nextLink

string (uri)

Link to retrieve next page of results.

value

Capability[]

List of supported capabilities.

CapabilityStatus

The status of the capability.

Value Description
Visible
Available
Default
Disabled

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

FastProvisioningEditionCapability

Capability of a fast provisioning compute tier.

Name Type Description
reason

string

The reason for the capability not being available.

serverCount

integer (int32)

Count of servers in cache matching this specification.

status

CapabilityStatus

The status of the capability.

supportedServerVersions

string

Major version of PostgreSQL database engine supporting fast provisioning.

supportedSku

string

Compute name (SKU) supporting fast provisioning.

supportedStorageGb

integer (int32)

Storage size (in GB) supporting fast provisioning.

supportedTier

string

Compute tier supporting fast provisioning.

FastProvisioningSupport

Indicates if fast provisioning is supported. 'Enabled' means fast provisioning is supported. 'Disabled' stands for fast provisioning is not supported. Will be deprecated in the future. Look to Supported Features for 'FastProvisioning'.

Value Description
Enabled

Fast provisioning is supported.

Disabled

Fast provisioning is not supported.

FeatureStatus

Status of the feature. Indicates if the feature is enabled or not.

Value Description
Enabled

Feature is enabled.

Disabled

Feature is disabled.

GeographicallyRedundantBackupSupport

Indicates if geographically redundant backups are supported in this location. 'Enabled' means geographically redundant backups are supported. 'Disabled' stands for geographically redundant backup is not supported. Will be deprecated in the future. Look to Supported Features for 'GeoBackup'.

Value Description
Enabled

Geographically redundant backups are supported.

Disabled

Geographically redundant backups are not supported.

HighAvailabilityMode

Modes of high availability supported for this compute.

Value Description
SameZone

High availability is enabled for the server, with standby server in the same availability zone as the primary.

ZoneRedundant

High availability is enabled for the server, with standby server in a different availability zone than that of the primary.

LocationRestricted

Indicates if this location is restricted. 'Enabled' means location is restricted. 'Disabled' stands for location is not restricted. Will be deprecated in the future. Look to Supported Features for 'Restricted'.

Value Description
Enabled

Location is restricted.

Disabled

Location is not restricted.

OnlineStorageResizeSupport

Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription. 'Enabled' means resizing the storage without interrupting the operation of the database engine is supported. 'Disabled' means resizing the storage without interrupting the operation of the database engine is not supported. Will be deprecated in the future. Look to Supported Features for 'OnlineResize'.

Value Description
Enabled

Resizing the storage without interrupting the operation of the database engine is supported.

Disabled

Resizing the storage without interrupting the operation of the database engine is not supported.

ServerEditionCapability

Capabilities in terms of compute tier.

Name Type Description
defaultSkuName

string

Default compute name (SKU) for this computer tier.

name

string

Name of compute tier.

reason

string

The reason for the capability not being available.

status

CapabilityStatus

The status of the capability.

supportedServerSkus

ServerSkuCapability[]

List of supported compute names (SKUs).

supportedStorageEditions

StorageEditionCapability[]

List of storage editions supported by this compute tier and compute name.

ServerSkuCapability

Capabilities in terms of compute.

Name Type Description
name

string

Name of the compute (SKU).

reason

string

The reason for the capability not being available.

securityProfile

string

Security profile of the compute. Indicates if it's a Confidential Compute virtual machine.

status

CapabilityStatus

The status of the capability.

supportedFeatures

SupportedFeature[]

Features supported.

supportedHaMode

HighAvailabilityMode[]

Modes of high availability supported for this compute.

supportedIops

integer (int32)

Maximum IOPS supported by this compute.

supportedMemoryPerVcoreMb

integer (int64)

Supported memory (in MB) per virtual core assigned to this compute.

supportedZones

string[]

List of supported availability zones. E.g. '1', '2', '3'

vCores

integer (int32)

vCores available for this compute.

ServerVersionCapability

Capabilities in terms of major versions of PostgreSQL database engine.

Name Type Description
name

string

Major version of PostgreSQL database engine.

reason

string

The reason for the capability not being available.

status

CapabilityStatus

The status of the capability.

supportedFeatures

SupportedFeature[]

Features supported.

supportedVersionsToUpgrade

string[]

Major versions of PostgreSQL database engine to which this version can be automatically upgraded.

StorageAutoGrowthSupport

Indicates if storage autogrow is supported in this location. 'Enabled' means storage autogrow is supported. 'Disabled' stands for storage autogrow is not supported. Will be deprecated in the future. Look to Supported Features for 'StorageAutoGrowth'.

Value Description
Enabled

Storage autogrow is supported.

Disabled

Storage autogrow is not supported.

StorageEditionCapability

Capabilities in terms of storage tier.

Name Type Description
defaultStorageSizeMb

integer (int64)

Default storage size (in MB) for this storage tier.

name

string

Name of storage tier.

reason

string

The reason for the capability not being available.

status

CapabilityStatus

The status of the capability.

supportedStorageMb

StorageMbCapability[]

Configurations of storage supported for this storage tier.

StorageMbCapability

Storage size (in MB) capability.

Name Type Description
defaultIopsTier

string

Default IOPS for this tier and storage size.

maximumStorageSizeMb

integer (int64)

Maximum supported size (in MB) of storage.

reason

string

The reason for the capability not being available.

status

CapabilityStatus

The status of the capability.

storageSizeMb

integer (int64)

Minimum supported size (in MB) of storage.

supportedIops

integer (int32)

Minimum IOPS supported by the storage size.

supportedIopsTiers

StorageTierCapability[]

List of all supported storage tiers for this tier and storage size.

supportedMaximumIops

integer (int32)

Maximum IOPS supported by the storage size.

supportedMaximumThroughput

integer (int32)

Maximum supported throughput (in MB/s) of storage.

supportedThroughput

integer (int32)

Minimum supported throughput (in MB/s) of storage.

StorageTierCapability

Capability of a storage tier.

Name Type Description
iops

integer (int32)

Supported IOPS for the storage tier.

name

string

Name of the storage tier.

reason

string

The reason for the capability not being available.

status

CapabilityStatus

The status of the capability.

SupportedFeature

Features supported.

Name Type Description
name

string

Name of the feature.

status

FeatureStatus

Status of the feature. Indicates if the feature is enabled or not.

ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport

Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location. 'Enabled' means high availability with zone redundancy is supported in conjunction with geographically redundant backups is supported. 'Disabled' stands for high availability with zone redundancy is supported in conjunction with geographically redundant backups is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHaAndGeoBackup'.

Value Description
Enabled

High availability with zone redundancy is supported in conjunction with geographically redundant backups.

Disabled

High availability with zone redundancy is not supported in conjunction with geographically redundant backups.

ZoneRedundantHighAvailabilitySupport

Indicates if high availability with zone redundancy is supported in this location. 'Enabled' means high availability with zone redundancy is supported. 'Disabled' stands for high availability with zone redundancy is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHa'.

Value Description
Enabled

High availability with zone redundancy is supported.

Disabled

High availability with zone redundancy is not supported.