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

PostgreSqlServerPatch 类

定义

允许更新服务器的参数。

public class PostgreSqlServerPatch
type PostgreSqlServerPatch = class
Public Class PostgreSqlServerPatch
继承
PostgreSqlServerPatch

构造函数

PostgreSqlServerPatch()

初始化 PostgreSqlServerPatch 的新实例。

属性

AdministratorLoginPassword

管理员登录名的密码。

Identity

服务器的 Azure Active Directory 标识。 当前支持的标识类型:SystemAssigned。

MinimalTlsVersion

为服务器强制实施最低 Tls 版本。

PublicNetworkAccess

是否允许此服务器访问公用网络。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”。

ReplicationRole

服务器的复制角色。

Sku

服务器的 SKU (定价层) 。

SslEnforcement

连接到服务器时是否启用 ssl 强制实施。

StorageProfile

服务器的存储配置文件。

Tags

键值对形式的应用程序特定元数据。

Version

服务器的版本。

适用于