共用方式為


Microsoft.DBforPostgreSQL 伺服器 2017-12-01-preview

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.DBforPostgreSQL/servers@2017-12-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    minimalTlsVersion: 'string'
    sslEnforcement: 'string'
    storageProfile: {
      backupRetentionDays: int
      geoRedundantBackup: 'string'
      storageAutogrow: 'string'
      storageMB: int
    }
    version: 'string'
    createMode: 'string'
    // For remaining properties, see ServerPropertiesForCreateOrServerProperties objects
  }
  sku: {
    capacity: int
    family: 'string'
    name: 'string'
    size: 'string'
    tier: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

ServerPropertiesForCreateOrServerProperties 物件

設定 createMode 屬性,以指定物件的類型。

針對 Default,請使用:

{
  administratorLogin: 'string'
  administratorLoginPassword: 'string'
  createMode: 'Default'
}

針對 GeoRestore,請使用:

{
  createMode: 'GeoRestore'
  sourceServerId: 'string'
}

針對 PointInTimeRestore,請使用:

{
  createMode: 'PointInTimeRestore'
  restorePointInTime: 'string'
  sourceServerId: 'string'
}

針對 複本,請使用:

{
  createMode: 'Replica'
  sourceServerId: 'string'
}

屬性值

Microsoft.DBforPostgreSQL/servers

名字 描述 價值
位置 資源所在的位置。 字串 (必要)
名字 資源名稱 字串 (必要)
性能 伺服器的屬性。 ServerPropertiesForCreateOrServerProperties (必要)
sku 伺服器的 SKU(定價層)。 Sku
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

ServerForCreateTags

名字 描述 價值

ServerPropertiesForCreateOrServerProperties

名字 描述 價值
createMode 將 類型設定為 'Default',ServerPropertiesForDefaultCreate。 針對 serverPropertiesForGeoRestore 類型 設定為 'GeoRestore',。 將 類型設定為 'PointInTimeRestore',ServerPropertiesForRestore。 針對 serverPropertiesForReplica 類型 設定為 'Replica', 'Default'
'GeoRestore'
'PointInTimeRestore'
'Replica' (必要)
minimalTlsVersion 為伺服器強制執行最低 Tls 版本。 'TLS1_0'
'TLS1_1'
'TLS1_2'
'TLSEnforcementDisabled'
sslEnforcement 連線到伺服器時,啟用 SSL 強制。 'Disabled'
'Enabled'
storageProfile 伺服器的記憶體配置檔。 StorageProfile
版本 伺服器版本。 '10'
'10.0'
'10.2'
'11'
'9.5'
'9.6'

ServerPropertiesForDefaultCreate

名字 描述 價值
administratorLogin 系統管理員的伺服器登入名稱。 只有在建立伺服器時才能指定 (而且是建立的必要專案)。 字串 (必要)
administratorLoginPassword 系統管理員登入的密碼。 字串

約束:
敏感性值。 以安全參數的形式傳入。 (必要)
createMode 建立新伺服器的模式。 'Default' (必要)

ServerPropertiesForGeoRestore

名字 描述 價值
createMode 建立新伺服器的模式。 'GeoRestore' (必要)
sourceServerId 要從中還原的來源伺服器標識碼。 字串 (必要)

ServerPropertiesForReplica

名字 描述 價值
createMode 建立新伺服器的模式。 'Replica' (必要)
sourceServerId 要從中建立複本的主伺服器標識碼。 字串 (必要)

ServerPropertiesForRestore

名字 描述 價值
createMode 建立新伺服器的模式。 'PointInTimeRestore' (必要)
restorePointInTime 還原點建立時間(ISO8601格式),指定要還原的時間。 字串 (必要)
sourceServerId 要從中還原的來源伺服器標識碼。 字串 (必要)

Sku

名字 描述 價值
能力 相應增加/相應放大容量,代表伺服器的計算單位。 int

約束:
最小值 = 0
家庭 硬體系列。 字串
名字 sku 的名稱,通常是階層 + 系列 + 核心,例如B_Gen4_1,GP_Gen5_8。 字串 (必要)
大小 要適當地由資源解譯的大小代碼。 字串
特定 SKU 的層,例如基本。 'Basic'
'GeneralPurpose'
'MemoryOptimized'

StorageProfile

名字 描述 價值
backupRetentionDays 伺服器的備份保留天數。 int
geoRedundantBackup 針對伺服器備份啟用異地備援或不啟用。 'Disabled'
'Enabled'
storageAutogrow 啟用記憶體自動成長。 'Disabled'
'Enabled'
storageMB 伺服器允許的最大記憶體。 int

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
使用 VNet 部署適用於 PostgreSQL 的 Azure 資料庫 此範本提供部署適用於 PostgreSQL 的 Azure 資料庫與 VNet 整合的方式。
在 Linux 上使用 PostgreSQL Sonarqube Docker Web 應用程式 此範本提供在 Linux Web 應用程式上使用適用於 PostgreSQL 的 Azure 資料庫部署 Sonarqube Docker 映射 (alpine tag) 的簡單方式(預覽版)

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.DBforPostgreSQL/servers",
  "apiVersion": "2017-12-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "minimalTlsVersion": "string",
    "sslEnforcement": "string",
    "storageProfile": {
      "backupRetentionDays": "int",
      "geoRedundantBackup": "string",
      "storageAutogrow": "string",
      "storageMB": "int"
    },
    "version": "string",
    "createMode": "string"
    // For remaining properties, see ServerPropertiesForCreateOrServerProperties objects
  },
  "sku": {
    "capacity": "int",
    "family": "string",
    "name": "string",
    "size": "string",
    "tier": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

ServerPropertiesForCreateOrServerProperties 物件

設定 createMode 屬性,以指定物件的類型。

針對 Default,請使用:

{
  "administratorLogin": "string",
  "administratorLoginPassword": "string",
  "createMode": "Default"
}

針對 GeoRestore,請使用:

{
  "createMode": "GeoRestore",
  "sourceServerId": "string"
}

針對 PointInTimeRestore,請使用:

{
  "createMode": "PointInTimeRestore",
  "restorePointInTime": "string",
  "sourceServerId": "string"
}

針對 複本,請使用:

{
  "createMode": "Replica",
  "sourceServerId": "string"
}

屬性值

Microsoft.DBforPostgreSQL/servers

名字 描述 價值
apiVersion API 版本 '2017-12-01-preview'
位置 資源所在的位置。 字串 (必要)
名字 資源名稱 字串 (必要)
性能 伺服器的屬性。 ServerPropertiesForCreateOrServerProperties (必要)
sku 伺服器的 SKU(定價層)。 Sku
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.DBforPostgreSQL/servers'

ServerForCreateTags

名字 描述 價值

ServerPropertiesForCreateOrServerProperties

名字 描述 價值
createMode 將 類型設定為 'Default',ServerPropertiesForDefaultCreate。 針對 serverPropertiesForGeoRestore 類型 設定為 'GeoRestore',。 將 類型設定為 'PointInTimeRestore',ServerPropertiesForRestore。 針對 serverPropertiesForReplica 類型 設定為 'Replica', 'Default'
'GeoRestore'
'PointInTimeRestore'
'Replica' (必要)
minimalTlsVersion 為伺服器強制執行最低 Tls 版本。 'TLS1_0'
'TLS1_1'
'TLS1_2'
'TLSEnforcementDisabled'
sslEnforcement 連線到伺服器時,啟用 SSL 強制。 'Disabled'
'Enabled'
storageProfile 伺服器的記憶體配置檔。 StorageProfile
版本 伺服器版本。 '10'
'10.0'
'10.2'
'11'
'9.5'
'9.6'

ServerPropertiesForDefaultCreate

名字 描述 價值
administratorLogin 系統管理員的伺服器登入名稱。 只有在建立伺服器時才能指定 (而且是建立的必要專案)。 字串 (必要)
administratorLoginPassword 系統管理員登入的密碼。 字串

約束:
敏感性值。 以安全參數的形式傳入。 (必要)
createMode 建立新伺服器的模式。 'Default' (必要)

ServerPropertiesForGeoRestore

名字 描述 價值
createMode 建立新伺服器的模式。 'GeoRestore' (必要)
sourceServerId 要從中還原的來源伺服器標識碼。 字串 (必要)

ServerPropertiesForReplica

名字 描述 價值
createMode 建立新伺服器的模式。 'Replica' (必要)
sourceServerId 要從中建立複本的主伺服器標識碼。 字串 (必要)

ServerPropertiesForRestore

名字 描述 價值
createMode 建立新伺服器的模式。 'PointInTimeRestore' (必要)
restorePointInTime 還原點建立時間(ISO8601格式),指定要還原的時間。 字串 (必要)
sourceServerId 要從中還原的來源伺服器標識碼。 字串 (必要)

Sku

名字 描述 價值
能力 相應增加/相應放大容量,代表伺服器的計算單位。 int

約束:
最小值 = 0
家庭 硬體系列。 字串
名字 sku 的名稱,通常是階層 + 系列 + 核心,例如B_Gen4_1,GP_Gen5_8。 字串 (必要)
大小 要適當地由資源解譯的大小代碼。 字串
特定 SKU 的層,例如基本。 'Basic'
'GeneralPurpose'
'MemoryOptimized'

StorageProfile

名字 描述 價值
backupRetentionDays 伺服器的備份保留天數。 int
geoRedundantBackup 針對伺服器備份啟用異地備援或不啟用。 'Disabled'
'Enabled'
storageAutogrow 啟用記憶體自動成長。 'Disabled'
'Enabled'
storageMB 伺服器允許的最大記憶體。 int

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
使用 PostgreSQL 在 Linux 上 Airflow Docker Web 應用程式

部署至 Azure
此範本提供在Linux Web App上使用適用於PostgreSQL的 Azure 資料庫部署 puckel/docker-airflow 映像(最新標籤)的簡單方式
App Services 上具有 PostgreSQL 資料庫的 Airflow Web 應用程式

部署至 Azure
在 App Services 上使用 PostgreSQL 資料庫部署 Airflow Web 應用程式的範本
Buffalo Web App

部署至 Azure
在 Azure 上快速且便宜地開始執行 Golang Buffalo 應用程式。
使用 VNet 部署適用於 PostgreSQL 的 Azure 資料庫

部署至 Azure
此範本提供部署適用於 PostgreSQL 的 Azure 資料庫與 VNet 整合的方式。
在 Linux 上使用 PostgreSQL Sonarqube Docker Web 應用程式

部署至 Azure
此範本提供在 Linux Web 應用程式上使用適用於 PostgreSQL 的 Azure 資料庫部署 Sonarqube Docker 映射 (alpine tag) 的簡單方式(預覽版)
使用 PostgreSQL 在 Linux 上 Web 應用程式

部署至 Azure
此範本提供在 Linux 上使用適用於 PostgreSQL 的 Azure 資料庫部署 Web 應用程式(預覽版)的簡單方式。
使用 PostgreSQL 在 Linux 上 Web 應用程式

部署至 Azure
此範本提供簡單的方式,透過適用於 PostgreSQL 的 Azure 資料庫在 Linux 上部署 Web 應用程式。

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DBforPostgreSQL/servers@2017-12-01-preview"
  name = "string"
  location = "string"
  sku = {
    capacity = int
    family = "string"
    name = "string"
    size = "string"
    tier = "string"
  }
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      minimalTlsVersion = "string"
      sslEnforcement = "string"
      storageProfile = {
        backupRetentionDays = int
        geoRedundantBackup = "string"
        storageAutogrow = "string"
        storageMB = int
      }
      version = "string"
      createMode = "string"
      // For remaining properties, see ServerPropertiesForCreateOrServerProperties objects
    }
  })
}

ServerPropertiesForCreateOrServerProperties 物件

設定 createMode 屬性,以指定物件的類型。

針對 Default,請使用:

{
  administratorLogin = "string"
  administratorLoginPassword = "string"
  createMode = "Default"
}

針對 GeoRestore,請使用:

{
  createMode = "GeoRestore"
  sourceServerId = "string"
}

針對 PointInTimeRestore,請使用:

{
  createMode = "PointInTimeRestore"
  restorePointInTime = "string"
  sourceServerId = "string"
}

針對 複本,請使用:

{
  createMode = "Replica"
  sourceServerId = "string"
}

屬性值

Microsoft.DBforPostgreSQL/servers

名字 描述 價值
位置 資源所在的位置。 字串 (必要)
名字 資源名稱 字串 (必要)
性能 伺服器的屬性。 ServerPropertiesForCreateOrServerProperties (必要)
sku 伺服器的 SKU(定價層)。 Sku
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.DBforPostgreSQL/servers@2017-12-01-preview”

ServerForCreateTags

名字 描述 價值

ServerPropertiesForCreateOrServerProperties

名字 描述 價值
createMode 將 類型設定為 'Default',ServerPropertiesForDefaultCreate。 針對 serverPropertiesForGeoRestore 類型 設定為 'GeoRestore',。 將 類型設定為 'PointInTimeRestore',ServerPropertiesForRestore。 針對 serverPropertiesForReplica 類型 設定為 'Replica', 'Default'
'GeoRestore'
'PointInTimeRestore'
'Replica' (必要)
minimalTlsVersion 為伺服器強制執行最低 Tls 版本。 'TLS1_0'
'TLS1_1'
'TLS1_2'
'TLSEnforcementDisabled'
sslEnforcement 連線到伺服器時,啟用 SSL 強制。 'Disabled'
'Enabled'
storageProfile 伺服器的記憶體配置檔。 StorageProfile
版本 伺服器版本。 '10'
'10.0'
'10.2'
'11'
'9.5'
'9.6'

ServerPropertiesForDefaultCreate

名字 描述 價值
administratorLogin 系統管理員的伺服器登入名稱。 只有在建立伺服器時才能指定 (而且是建立的必要專案)。 字串 (必要)
administratorLoginPassword 系統管理員登入的密碼。 字串

約束:
敏感性值。 以安全參數的形式傳入。 (必要)
createMode 建立新伺服器的模式。 'Default' (必要)

ServerPropertiesForGeoRestore

名字 描述 價值
createMode 建立新伺服器的模式。 'GeoRestore' (必要)
sourceServerId 要從中還原的來源伺服器標識碼。 字串 (必要)

ServerPropertiesForReplica

名字 描述 價值
createMode 建立新伺服器的模式。 'Replica' (必要)
sourceServerId 要從中建立複本的主伺服器標識碼。 字串 (必要)

ServerPropertiesForRestore

名字 描述 價值
createMode 建立新伺服器的模式。 'PointInTimeRestore' (必要)
restorePointInTime 還原點建立時間(ISO8601格式),指定要還原的時間。 字串 (必要)
sourceServerId 要從中還原的來源伺服器標識碼。 字串 (必要)

Sku

名字 描述 價值
能力 相應增加/相應放大容量,代表伺服器的計算單位。 int

約束:
最小值 = 0
家庭 硬體系列。 字串
名字 sku 的名稱,通常是階層 + 系列 + 核心,例如B_Gen4_1,GP_Gen5_8。 字串 (必要)
大小 要適當地由資源解譯的大小代碼。 字串
特定 SKU 的層,例如基本。 'Basic'
'GeneralPurpose'
'MemoryOptimized'

StorageProfile

名字 描述 價值
backupRetentionDays 伺服器的備份保留天數。 int
geoRedundantBackup 針對伺服器備份啟用異地備援或不啟用。 'Disabled'
'Enabled'
storageAutogrow 啟用記憶體自動成長。 'Disabled'
'Enabled'
storageMB 伺服器允許的最大記憶體。 int