Microsoft.DBforPostgreSQL serverGroupsv2 2022-11-08
Bicep 資源定義
serverGroupsv2 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
資源格式
若要建立 Microsoft.DBforPostgreSQL/serverGroupsv2 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
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'
}
}
屬性值
serverGroupsv2
名稱 | 描述 | 值 |
---|---|---|
NAME | 資源名稱 | 字串 (必要) |
location | 資源所在的地理位置 | 字串 (必要) |
tags | 資源標籤。 | 標記名稱和值的字典。 請參閱 範本中的標記 |
properties | 叢集的屬性。 | ClusterProperties |
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 | 如果協調器上的分區已啟用或未啟用叢集。 | 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 |
ARM 範本資源定義
serverGroupsv2 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DBforPostgreSQL/serverGroupsv2 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DBforPostgreSQL/serverGroupsv2",
"apiVersion": "2022-11-08",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"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"
}
}
屬性值
serverGroupsv2
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.DBforPostgreSQL/serverGroupsv2' |
apiVersion | 資源 API 版本 | '2022-11-08' |
NAME | 資源名稱 | 需要字串 () |
location | 資源所在的地理位置 | 需要字串 () |
tags | 資源標籤。 | 標記名稱和值的字典。 請參閱 範本中的標籤 |
properties | 叢集的屬性。 | ClusterProperties |
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 | 如果協調器上的分區已啟用或未針對叢集啟用。 | 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 |
Terraform (AzAPI 提供者) 資源定義
serverGroupsv2 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DBforPostgreSQL/serverGroupsv2 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
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"
}
})
}
屬性值
serverGroupsv2
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | 「Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08」 |
NAME | 資源名稱 | 需要字串 () |
location | 資源所在的地理位置 | 需要字串 () |
parent_id | 若要部署至資源群組,請使用該資源群組的識別碼。 | 需要字串 () |
tags | 資源標籤。 | 標記名稱和值的字典。 |
properties | 叢集的屬性。 | ClusterProperties |
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 | 如果協調器上的分區已啟用或未針對叢集啟用。 | 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 |