共用方式為


Microsoft.DBforPostgreSQL serverGroupsv2 2022-11-08

Bicep 資源定義

serverGroupsv2 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DBforPostgreSQL/serverGroupsv2 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08' = {
  location: 'string'
  name: 'string'
  properties: {
    administratorLoginPassword: 'string'
    citusVersion: 'string'
    coordinatorEnablePublicIpAccess: bool
    coordinatorServerEdition: 'string'
    coordinatorStorageQuotaInMb: int
    coordinatorVCores: int
    enableHa: bool
    enableShardsOnCoordinator: bool
    maintenanceWindow: {
      customWindow: 'string'
      dayOfWeek: int
      startHour: int
      startMinute: int
    }
    nodeCount: int
    nodeEnablePublicIpAccess: bool
    nodeServerEdition: 'string'
    nodeStorageQuotaInMb: int
    nodeVCores: int
    pointInTimeUTC: 'string'
    postgresqlVersion: 'string'
    preferredPrimaryZone: 'string'
    sourceLocation: 'string'
    sourceResourceId: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

ClusterProperties

名字 描述 價值
administratorLoginPassword 系統管理員登入的密碼。 建立的必要專案。 字串

約束:
敏感性值。 以安全參數的形式傳入。
citusVersion 所有叢集伺服器上的 Citus 擴充功能版本。 字串
coordinatorEnablePublicIpAccess 如果在協調器上啟用公用存取。 bool
coordinatorServerEdition 協調器伺服器的版本(預設值:GeneralPurpose)。 建立的必要專案。 字串
coordinatorStorageQuotaInMb 以 MB 為單位的伺服器記憶體。 建立的必要專案。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
coordinatorVCores 伺服器的虛擬核心計數(最大值:96)。 建立的必要專案。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
enableHa 如果已啟用或未啟用叢集的高可用性 (HA)。 bool
enableShardsOnCoordinator 如果分散式資料表放在協調器上,則為 。 應該在單一節點叢集上設定為 『true』。 變更值之後,需要分區重新平衡。 bool
maintenanceWindow 叢集的維護時間範圍。 MaintenanceWindow
nodeCount 叢集的背景工作節點計數。 當節點計數為 0 時,它代表單一節點組態,能夠在該節點上建立分散式數據表。 2 個以上的背景工作節點代表多節點組態。 節點計數值不能是 1。 建立的必要專案。 int
nodeEnablePublicIpAccess 如果在背景工作節點上啟用公用存取。 bool
nodeServerEdition 節點伺服器的版本(預設值:MemoryOptimized)。 字串
nodeStorageQuotaInMb 每個背景工作節點上以 MB 為單位的記憶體。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
nodeVCores 每個背景工作節點上虛擬核心中的計算(最大值:104)。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
pointInTimeUTC 叢集還原的UTC日期和時間(ISO8601格式)。 字串
postgresqlVersion 所有叢集伺服器上的主要 PostgreSQL 版本。 字串
preferredPrimaryZone 所有叢集伺服器的慣用主要可用性區域 (AZ)。 字串
sourceLocation 讀取複本叢集的來源叢集 Azure 區域。 字串
sourceResourceId 讀取複本叢集的來源叢集資源標識碼。 字串

MaintenanceWindow

名字 描述 價值
customWindow 指出是否啟用自定義維護期間。 字串
dayOfWeek 維護時段的一周慣用日期。 int
startHour 維護時段的慣用日內開始時間。 int
startMinute 維護期間開始時間範圍內的開始分鐘。 int

Microsoft.DBforPostgreSQL/serverGroupsv2

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 3
最大長度 = 40
模式 = ^(?![0-9]+$)(?!-)[a-z0-9-]{3,40}(?<!-)$ (必要)
性能 叢集的屬性。 ClusterProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

TrackedResourceTags

名字 描述 價值

ARM 樣本資源定義

serverGroupsv2 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DBforPostgreSQL/serverGroupsv2 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
  "apiVersion": "2022-11-08",
  "name": "string",
  "location": "string",
  "properties": {
    "administratorLoginPassword": "string",
    "citusVersion": "string",
    "coordinatorEnablePublicIpAccess": "bool",
    "coordinatorServerEdition": "string",
    "coordinatorStorageQuotaInMb": "int",
    "coordinatorVCores": "int",
    "enableHa": "bool",
    "enableShardsOnCoordinator": "bool",
    "maintenanceWindow": {
      "customWindow": "string",
      "dayOfWeek": "int",
      "startHour": "int",
      "startMinute": "int"
    },
    "nodeCount": "int",
    "nodeEnablePublicIpAccess": "bool",
    "nodeServerEdition": "string",
    "nodeStorageQuotaInMb": "int",
    "nodeVCores": "int",
    "pointInTimeUTC": "string",
    "postgresqlVersion": "string",
    "preferredPrimaryZone": "string",
    "sourceLocation": "string",
    "sourceResourceId": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

ClusterProperties

名字 描述 價值
administratorLoginPassword 系統管理員登入的密碼。 建立的必要專案。 字串

約束:
敏感性值。 以安全參數的形式傳入。
citusVersion 所有叢集伺服器上的 Citus 擴充功能版本。 字串
coordinatorEnablePublicIpAccess 如果在協調器上啟用公用存取。 bool
coordinatorServerEdition 協調器伺服器的版本(預設值:GeneralPurpose)。 建立的必要專案。 字串
coordinatorStorageQuotaInMb 以 MB 為單位的伺服器記憶體。 建立的必要專案。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
coordinatorVCores 伺服器的虛擬核心計數(最大值:96)。 建立的必要專案。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
enableHa 如果已啟用或未啟用叢集的高可用性 (HA)。 bool
enableShardsOnCoordinator 如果分散式資料表放在協調器上,則為 。 應該在單一節點叢集上設定為 『true』。 變更值之後,需要分區重新平衡。 bool
maintenanceWindow 叢集的維護時間範圍。 MaintenanceWindow
nodeCount 叢集的背景工作節點計數。 當節點計數為 0 時,它代表單一節點組態,能夠在該節點上建立分散式數據表。 2 個以上的背景工作節點代表多節點組態。 節點計數值不能是 1。 建立的必要專案。 int
nodeEnablePublicIpAccess 如果在背景工作節點上啟用公用存取。 bool
nodeServerEdition 節點伺服器的版本(預設值:MemoryOptimized)。 字串
nodeStorageQuotaInMb 每個背景工作節點上以 MB 為單位的記憶體。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
nodeVCores 每個背景工作節點上虛擬核心中的計算(最大值:104)。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
pointInTimeUTC 叢集還原的UTC日期和時間(ISO8601格式)。 字串
postgresqlVersion 所有叢集伺服器上的主要 PostgreSQL 版本。 字串
preferredPrimaryZone 所有叢集伺服器的慣用主要可用性區域 (AZ)。 字串
sourceLocation 讀取複本叢集的來源叢集 Azure 區域。 字串
sourceResourceId 讀取複本叢集的來源叢集資源標識碼。 字串

MaintenanceWindow

名字 描述 價值
customWindow 指出是否啟用自定義維護期間。 字串
dayOfWeek 維護時段的一周慣用日期。 int
startHour 維護時段的慣用日內開始時間。 int
startMinute 維護期間開始時間範圍內的開始分鐘。 int

Microsoft.DBforPostgreSQL/serverGroupsv2

名字 描述 價值
apiVersion API 版本 '2022-11-08'
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 3
最大長度 = 40
模式 = ^(?![0-9]+$)(?!-)[a-z0-9-]{3,40}(?<!-)$ (必要)
性能 叢集的屬性。 ClusterProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.DBforPostgreSQL/serverGroupsv2'

TrackedResourceTags

名字 描述 價值

使用範例

Terraform (AzAPI 提供者) 資源定義

serverGroupsv2 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DBforPostgreSQL/serverGroupsv2 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      administratorLoginPassword = "string"
      citusVersion = "string"
      coordinatorEnablePublicIpAccess = bool
      coordinatorServerEdition = "string"
      coordinatorStorageQuotaInMb = int
      coordinatorVCores = int
      enableHa = bool
      enableShardsOnCoordinator = bool
      maintenanceWindow = {
        customWindow = "string"
        dayOfWeek = int
        startHour = int
        startMinute = int
      }
      nodeCount = int
      nodeEnablePublicIpAccess = bool
      nodeServerEdition = "string"
      nodeStorageQuotaInMb = int
      nodeVCores = int
      pointInTimeUTC = "string"
      postgresqlVersion = "string"
      preferredPrimaryZone = "string"
      sourceLocation = "string"
      sourceResourceId = "string"
    }
  })
}

屬性值

ClusterProperties

名字 描述 價值
administratorLoginPassword 系統管理員登入的密碼。 建立的必要專案。 字串

約束:
敏感性值。 以安全參數的形式傳入。
citusVersion 所有叢集伺服器上的 Citus 擴充功能版本。 字串
coordinatorEnablePublicIpAccess 如果在協調器上啟用公用存取。 bool
coordinatorServerEdition 協調器伺服器的版本(預設值:GeneralPurpose)。 建立的必要專案。 字串
coordinatorStorageQuotaInMb 以 MB 為單位的伺服器記憶體。 建立的必要專案。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
coordinatorVCores 伺服器的虛擬核心計數(最大值:96)。 建立的必要專案。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
enableHa 如果已啟用或未啟用叢集的高可用性 (HA)。 bool
enableShardsOnCoordinator 如果分散式資料表放在協調器上,則為 。 應該在單一節點叢集上設定為 『true』。 變更值之後,需要分區重新平衡。 bool
maintenanceWindow 叢集的維護時間範圍。 MaintenanceWindow
nodeCount 叢集的背景工作節點計數。 當節點計數為 0 時,它代表單一節點組態,能夠在該節點上建立分散式數據表。 2 個以上的背景工作節點代表多節點組態。 節點計數值不能是 1。 建立的必要專案。 int
nodeEnablePublicIpAccess 如果在背景工作節點上啟用公用存取。 bool
nodeServerEdition 節點伺服器的版本(預設值:MemoryOptimized)。 字串
nodeStorageQuotaInMb 每個背景工作節點上以 MB 為單位的記憶體。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
nodeVCores 每個背景工作節點上虛擬核心中的計算(最大值:104)。 如需詳細資訊,請參閱 /azure/cosmos-db/postgresql/resources-compute。 int
pointInTimeUTC 叢集還原的UTC日期和時間(ISO8601格式)。 字串
postgresqlVersion 所有叢集伺服器上的主要 PostgreSQL 版本。 字串
preferredPrimaryZone 所有叢集伺服器的慣用主要可用性區域 (AZ)。 字串
sourceLocation 讀取複本叢集的來源叢集 Azure 區域。 字串
sourceResourceId 讀取複本叢集的來源叢集資源標識碼。 字串

MaintenanceWindow

名字 描述 價值
customWindow 指出是否啟用自定義維護期間。 字串
dayOfWeek 維護時段的一周慣用日期。 int
startHour 維護時段的慣用日內開始時間。 int
startMinute 維護期間開始時間範圍內的開始分鐘。 int

Microsoft.DBforPostgreSQL/serverGroupsv2

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 3
最大長度 = 40
模式 = ^(?![0-9]+$)(?!-)[a-z0-9-]{3,40}(?<!-)$ (必要)
性能 叢集的屬性。 ClusterProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08”

TrackedResourceTags

名字 描述 價值