你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.DBForPostgreSql flexibleServers 2020-02-14-preview

Bicep 资源定义

可以使用目标操作部署 flexibleServers 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.DBForPostgreSql/flexibleServers 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.DBForPostgreSql/flexibleServers@2020-02-14-preview' = {
  identity: {
    type: 'SystemAssigned'
  }
  location: 'string'
  name: 'string'
  properties: {
    administratorLogin: 'string'
    administratorLoginPassword: 'string'
    availabilityZone: 'string'
    createMode: 'string'
    delegatedSubnetArguments: {
      subnetArmResourceId: 'string'
    }
    displayName: 'string'
    haEnabled: 'string'
    logBackupStorageSku: 'string'
    maintenanceWindow: {
      customWindow: 'string'
      dayOfWeek: int
      startHour: int
      startMinute: int
    }
    pointInTimeUTC: 'string'
    privateDnsZoneArguments: {
      privateDnsZoneArmResourceId: 'string'
    }
    sourceResourceGroupName: 'string'
    sourceServerName: 'string'
    sourceSubscriptionId: 'string'
    standbyCount: int
    storageProfile: {
      backupRetentionDays: int
      geoRedundantBackup: 'string'
      storageMB: int
    }
    tags: {
      {customized property}: 'string'
    }
    version: 'string'
  }
  sku: {
    name: 'string'
    tier: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

身份

名字 描述 价值
类型 标识类型。 “SystemAssigned”

MaintenanceWindow

名字 描述 价值
customWindow 指示是启用还是禁用自定义窗口 字符串
dayOfWeek 维护时段的星期几 int
startHour 维护时段的开始时间 int
startMinute 维护时段的开始时间 int

Microsoft.DBForPostgreSql/flexibleServers

名字 描述 价值
身份 服务器的 Azure Active Directory 标识。 标识
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 服务器的属性。 ServerProperties
sku 服务器的 SKU(定价层)。 Sku
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

ServerProperties

名字 描述 价值
administratorLogin 管理员的服务器登录名。 只能在创建服务器时指定(并且是创建所必需的)。 字符串
administratorLoginPassword 管理员登录密码(创建服务器时需要)。 字符串

约束:
敏感值。 以安全参数的形式传入。
availabilityZone 服务器的可用性区域信息。 字符串
createMode 创建新的 PostgreSQL 服务器的模式。 “Default”
“PointInTimeRestore”
delegatedSubnetArguments ServerPropertiesDelegatedSubnetArguments
displayName 服务器的显示名称。 字符串
haEnabled 可以启用或禁用计数值 “Disabled”
“Enabled”
logBackupStorageSku 服务器的日志备份存储 SKU。 字符串
maintenanceWindow 服务器的维护时段。 MaintenanceWindow
pointInTimeUTC 还原点创建时间(ISO8601格式),指定要从中还原的时间。 字符串
privateDnsZoneArguments ServerPropertiesPrivateDnsZoneArguments
sourceResourceGroupName 要从中还原的源源资源组名称提供 PostgreSQL 服务器名称。 字符串
sourceServerName 要从中还原的源 PostgreSQL 服务器名称。 字符串
sourceSubscriptionId 要从中还原的源服务 PostgreSQL 服务器名称的订阅 ID。 字符串
standbyCount 备用服务器数。 int
storageProfile 服务器的存储配置文件。 StorageProfile
标签 键值对形式的特定于应用程序的元数据。 ServerPropertiesTags
版本 PostgreSQL 服务器版本。 '11'
'12'

ServerPropertiesDelegatedSubnetArguments

名字 描述 价值
subnetArmResourceId 委托的子网 arm 资源 ID。 字符串

ServerPropertiesPrivateDnsZoneArguments

名字 描述 价值
privateDnsZoneArmResourceId 专用 dns 区域 arm 资源 ID。 字符串

ServerPropertiesTags

名字 描述 价值

Sku

名字 描述 价值
名字 SKU 的名称,通常为层 + 系列 + 核心,例如Standard_D4s_v3。 string (必需)
特定 SKU 的层,例如可突发。 “可突发”
“GeneralPurpose”
“MemoryOptimized”(必需)

StorageProfile

名字 描述 价值
backupRetentionDays 服务器的备份保留日。 int
geoRedundantBackup 一个值,该值指示是否在服务器上启用 Geo-Redundant 备份。 “Disabled”
“Enabled”
storageMB 服务器允许的最大存储。 int

TrackedResourceTags

名字 描述 价值

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
创建 PgFlex 服务器 & 通过备份保管库 启用保护 创建 PostgreSQL 灵活服务器的模板,并通过备份保管库启用保护
使用 AAD 部署 Azure Database for PostgreSQL(灵活) 此模板提供了部署灵活服务器 Azure Database for PostgreSQL 和 AAD 集成的方法。
使用 VNet 部署 Azure Database for PostgreSQL (灵活) 此模板提供了部署灵活服务器 Azure Database for PostgreSQL 和 VNet 集成的方法。
使用 PostgreSQL 和 VNet 集成的 Web 应用 SonarQube 此模板提供使用 PostgreSQL 灵活服务器、VNet 集成和专用 DNS 轻松将 SonarQube 部署到 Linux 上的 Web 应用。

ARM 模板资源定义

可以使用目标操作部署 flexibleServers 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.DBForPostgreSql/flexibleServers 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.DBForPostgreSql/flexibleServers",
  "apiVersion": "2020-02-14-preview",
  "name": "string",
  "identity": {
    "type": "SystemAssigned"
  },
  "location": "string",
  "properties": {
    "administratorLogin": "string",
    "administratorLoginPassword": "string",
    "availabilityZone": "string",
    "createMode": "string",
    "delegatedSubnetArguments": {
      "subnetArmResourceId": "string"
    },
    "displayName": "string",
    "haEnabled": "string",
    "logBackupStorageSku": "string",
    "maintenanceWindow": {
      "customWindow": "string",
      "dayOfWeek": "int",
      "startHour": "int",
      "startMinute": "int"
    },
    "pointInTimeUTC": "string",
    "privateDnsZoneArguments": {
      "privateDnsZoneArmResourceId": "string"
    },
    "sourceResourceGroupName": "string",
    "sourceServerName": "string",
    "sourceSubscriptionId": "string",
    "standbyCount": "int",
    "storageProfile": {
      "backupRetentionDays": "int",
      "geoRedundantBackup": "string",
      "storageMB": "int"
    },
    "tags": {
      "{customized property}": "string"
    },
    "version": "string"
  },
  "sku": {
    "name": "string",
    "tier": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

身份

名字 描述 价值
类型 标识类型。 “SystemAssigned”

MaintenanceWindow

名字 描述 价值
customWindow 指示是启用还是禁用自定义窗口 字符串
dayOfWeek 维护时段的星期几 int
startHour 维护时段的开始时间 int
startMinute 维护时段的开始时间 int

Microsoft.DBForPostgreSql/flexibleServers

名字 描述 价值
apiVersion API 版本 '2020-02-14-preview'
身份 服务器的 Azure Active Directory 标识。 标识
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 服务器的属性。 ServerProperties
sku 服务器的 SKU(定价层)。 Sku
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.DBForPostgreSql/flexibleServers”

ServerProperties

名字 描述 价值
administratorLogin 管理员的服务器登录名。 只能在创建服务器时指定(并且是创建所必需的)。 字符串
administratorLoginPassword 管理员登录密码(创建服务器时需要)。 字符串

约束:
敏感值。 以安全参数的形式传入。
availabilityZone 服务器的可用性区域信息。 字符串
createMode 创建新的 PostgreSQL 服务器的模式。 “Default”
“PointInTimeRestore”
delegatedSubnetArguments ServerPropertiesDelegatedSubnetArguments
displayName 服务器的显示名称。 字符串
haEnabled 可以启用或禁用计数值 “Disabled”
“Enabled”
logBackupStorageSku 服务器的日志备份存储 SKU。 字符串
maintenanceWindow 服务器的维护时段。 MaintenanceWindow
pointInTimeUTC 还原点创建时间(ISO8601格式),指定要从中还原的时间。 字符串
privateDnsZoneArguments ServerPropertiesPrivateDnsZoneArguments
sourceResourceGroupName 要从中还原的源源资源组名称提供 PostgreSQL 服务器名称。 字符串
sourceServerName 要从中还原的源 PostgreSQL 服务器名称。 字符串
sourceSubscriptionId 要从中还原的源服务 PostgreSQL 服务器名称的订阅 ID。 字符串
standbyCount 备用服务器数。 int
storageProfile 服务器的存储配置文件。 StorageProfile
标签 键值对形式的特定于应用程序的元数据。 ServerPropertiesTags
版本 PostgreSQL 服务器版本。 '11'
'12'

ServerPropertiesDelegatedSubnetArguments

名字 描述 价值
subnetArmResourceId 委托的子网 arm 资源 ID。 字符串

ServerPropertiesPrivateDnsZoneArguments

名字 描述 价值
privateDnsZoneArmResourceId 专用 dns 区域 arm 资源 ID。 字符串

ServerPropertiesTags

名字 描述 价值

Sku

名字 描述 价值
名字 SKU 的名称,通常为层 + 系列 + 核心,例如Standard_D4s_v3。 string (必需)
特定 SKU 的层,例如可突发。 “可突发”
“GeneralPurpose”
“MemoryOptimized”(必需)

StorageProfile

名字 描述 价值
backupRetentionDays 服务器的备份保留日。 int
geoRedundantBackup 一个值,该值指示是否在服务器上启用 Geo-Redundant 备份。 “Disabled”
“Enabled”
storageMB 服务器允许的最大存储。 int

TrackedResourceTags

名字 描述 价值

快速入门模板

以下快速入门模板部署此资源类型。

模板 描述
创建 PgFlex 服务器 & 通过备份保管库 启用保护

部署到 Azure
创建 PostgreSQL 灵活服务器的模板,并通过备份保管库启用保护
使用 AAD 部署 Azure Database for PostgreSQL(灵活)

部署到 Azure
此模板提供了部署灵活服务器 Azure Database for PostgreSQL 和 AAD 集成的方法。
使用 VNet 部署 Azure Database for PostgreSQL (灵活)

部署到 Azure
此模板提供了部署灵活服务器 Azure Database for PostgreSQL 和 VNet 集成的方法。
使用 PostgreSQL 和 VNet 集成的 Web 应用 SonarQube

部署到 Azure
此模板提供使用 PostgreSQL 灵活服务器、VNet 集成和专用 DNS 轻松将 SonarQube 部署到 Linux 上的 Web 应用。

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 flexibleServers 资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.DBForPostgreSql/flexibleServers 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DBForPostgreSql/flexibleServers@2020-02-14-preview"
  name = "string"
  identity = {
    type = "SystemAssigned"
  }
  location = "string"
  body = jsonencode({
    properties = {
      administratorLogin = "string"
      administratorLoginPassword = "string"
      availabilityZone = "string"
      createMode = "string"
      delegatedSubnetArguments = {
        subnetArmResourceId = "string"
      }
      displayName = "string"
      haEnabled = "string"
      logBackupStorageSku = "string"
      maintenanceWindow = {
        customWindow = "string"
        dayOfWeek = int
        startHour = int
        startMinute = int
      }
      pointInTimeUTC = "string"
      privateDnsZoneArguments = {
        privateDnsZoneArmResourceId = "string"
      }
      sourceResourceGroupName = "string"
      sourceServerName = "string"
      sourceSubscriptionId = "string"
      standbyCount = int
      storageProfile = {
        backupRetentionDays = int
        geoRedundantBackup = "string"
        storageMB = int
      }
      tags = {
        {customized property} = "string"
      }
      version = "string"
    }
  })
  sku = {
    name = "string"
    tier = "string"
  }
  tags = {
    {customized property} = "string"
  }
}

属性值

身份

名字 描述 价值
类型 标识类型。 “SystemAssigned”

MaintenanceWindow

名字 描述 价值
customWindow 指示是启用还是禁用自定义窗口 字符串
dayOfWeek 维护时段的星期几 int
startHour 维护时段的开始时间 int
startMinute 维护时段的开始时间 int

Microsoft.DBForPostgreSql/flexibleServers

名字 描述 价值
身份 服务器的 Azure Active Directory 标识。 标识
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 服务器的属性。 ServerProperties
sku 服务器的 SKU(定价层)。 Sku
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.DBForPostgreSql/flexibleServers@2020-02-14-preview”

ServerProperties

名字 描述 价值
administratorLogin 管理员的服务器登录名。 只能在创建服务器时指定(并且是创建所必需的)。 字符串
administratorLoginPassword 管理员登录密码(创建服务器时需要)。 字符串

约束:
敏感值。 以安全参数的形式传入。
availabilityZone 服务器的可用性区域信息。 字符串
createMode 创建新的 PostgreSQL 服务器的模式。 “Default”
“PointInTimeRestore”
delegatedSubnetArguments ServerPropertiesDelegatedSubnetArguments
displayName 服务器的显示名称。 字符串
haEnabled 可以启用或禁用计数值 “Disabled”
“Enabled”
logBackupStorageSku 服务器的日志备份存储 SKU。 字符串
maintenanceWindow 服务器的维护时段。 MaintenanceWindow
pointInTimeUTC 还原点创建时间(ISO8601格式),指定要从中还原的时间。 字符串
privateDnsZoneArguments ServerPropertiesPrivateDnsZoneArguments
sourceResourceGroupName 要从中还原的源源资源组名称提供 PostgreSQL 服务器名称。 字符串
sourceServerName 要从中还原的源 PostgreSQL 服务器名称。 字符串
sourceSubscriptionId 要从中还原的源服务 PostgreSQL 服务器名称的订阅 ID。 字符串
standbyCount 备用服务器数。 int
storageProfile 服务器的存储配置文件。 StorageProfile
标签 键值对形式的特定于应用程序的元数据。 ServerPropertiesTags
版本 PostgreSQL 服务器版本。 '11'
'12'

ServerPropertiesDelegatedSubnetArguments

名字 描述 价值
subnetArmResourceId 委托的子网 arm 资源 ID。 字符串

ServerPropertiesPrivateDnsZoneArguments

名字 描述 价值
privateDnsZoneArmResourceId 专用 dns 区域 arm 资源 ID。 字符串

ServerPropertiesTags

名字 描述 价值

Sku

名字 描述 价值
名字 SKU 的名称,通常为层 + 系列 + 核心,例如Standard_D4s_v3。 string (必需)
特定 SKU 的层,例如可突发。 “可突发”
“GeneralPurpose”
“MemoryOptimized”(必需)

StorageProfile

名字 描述 价值
backupRetentionDays 服务器的备份保留日。 int
geoRedundantBackup 一个值,该值指示是否在服务器上启用 Geo-Redundant 备份。 “Disabled”
“Enabled”
storageMB 服务器允许的最大存储。 int

TrackedResourceTags

名字 描述 价值