你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PostgreSqlFlexibleServerPatch 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示要更新的服务器。
public class PostgreSqlFlexibleServerPatch
type PostgreSqlFlexibleServerPatch = class
Public Class PostgreSqlFlexibleServerPatch
- 继承
-
PostgreSqlFlexibleServerPatch
构造函数
PostgreSqlFlexibleServerPatch() |
初始化 PostgreSqlFlexibleServerPatch 的新实例。 |
属性
AdministratorLoginPassword |
管理员登录名的密码。 |
AuthConfig |
服务器的 AuthConfig 属性。 |
Backup |
服务器的备份属性。 |
CreateMode |
更新新 PostgreSQL 服务器的模式。 |
DataEncryption |
服务器的数据加密属性。 |
HighAvailability |
服务器的高可用性属性。 |
Identity |
描述应用程序的标识。 |
Location |
资源所在的位置。 |
MaintenanceWindow |
服务器的维护时段属性。 |
Network |
服务器的网络属性。 仅当服务器是专用访问服务器时,才需要传递这些内容。 |
ReplicationRole |
服务器的复制角色。 |
Sku |
SKU (服务器的定价层) 。 |
Storage |
服务器的存储属性。 |
Tags |
键值对形式的应用程序特定元数据。 |
Version |
PostgreSQL 服务器版本。 |